This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Description
Github markdown alerts are not being rendered properly on GitButler.
For example, Virtual Branches have several markdown alerts that preview correctly in Github but don't render in the site. In particular, the icons are not rendered and the alert name is not converted from [!WARNING] to Warning, for example.

I have noticed this on some other sites and here is a github link which seems to address this issue a little more, and in particular, this comment
A workaround might be to create alerts as so:
NOTE
This is a sample note.
or
NOTE
This is a sample note.
(with two spaces at the end of the first line after the asterisks to force a line break)