diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-04 22:11:28 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-04 22:13:04 -0800 |
| commit | fe03d4d133eb3e7ec3af6d10e595ed1199694a26 (patch) | |
| tree | 3d81f7f3320a7e583a0d5f6e38e10b7372f9104a /MANUAL.txt | |
| parent | ff56d43b50aaeeea014f5c6135aeb8a5123f32cf (diff) | |
Add `alerts` extension.
This enables GitHub style markdown alerts as a commonmark extension.
<https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts>
This extension is now default for `gfm`.
It can't be used with `markdown`, only with `commonmark` and variants.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index c85d04302..0d104a545 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5822,6 +5822,15 @@ Note that the pandoc document model does not support abbreviations, so if this extension is enabled, abbreviation keys are simply skipped (as opposed to being parsed as paragraphs). +#### Extension: `alerts` #### + +Supports [GitHub-style markdown alerts], like + + > [!INFO] + > This is an informational message. + + [GitHub-style markdown alerts]: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts + #### Extension: `autolink_bare_uris` #### Makes all absolute URIs into links, even when not surrounded by |
