Closed timmens closed 4 months ago
GitHub has supported alerts since the end of 2023; see the community discussion here.
For example:
[!NOTE] This is a note.
Running mdformat (with mdformat-gfm installed) changes the correct syntax:
mdformat
mdformat-gfm
> [!NOTE] > This is a note.
to
> \[!NOTE\] This is a note.
Which does not correctly render.
Can this feature be supported? If not, is there some way to force the linter to ignore these cases?
I have a package to support GitHub alerts, mdformat-gfm-alerts!
Let me know if you run into any issues
I can't believe I didn't find this earlier. This is amazing, and it works perfectly!
GitHub has supported alerts since the end of 2023; see the community discussion here.
For example:
Problem
Running
mdformat
(withmdformat-gfm
installed) changes the correct syntax:to
Which does not correctly render.
Request
Can this feature be supported? If not, is there some way to force the linter to ignore these cases?