-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
bugSomething isn't working correctlySomething isn't working correctlydeno fmtRelated to the "deno fmt" subcommand or dprintRelated to the "deno fmt" subcommand or dprint
Description
GitHub supports Alerts in Markdown files. Alerts are created with the following syntax:
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
When running deno fmt
, this gets converted to
> [!NOTE] Highlights information that users should take into account, even when skimming.
Because of the missing newline, GitHub does not interpret this as a "NOTE" alert anymore.
It would be great if deno fmt
would keep the newline in this case so that alerts keep working in Markdown files.
jonasstrehle, magurotuna and apachelingdangtu-vn
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctlydeno fmtRelated to the "deno fmt" subcommand or dprintRelated to the "deno fmt" subcommand or dprint