From d8920b222f28314b0da2cf84288c0d50c9ca7500 Mon Sep 17 00:00:00 2001 From: Alon Krymgand Date: Fri, 9 Aug 2024 00:19:28 +0300 Subject: [PATCH] Added `mdformat-gfm-alerts` to GitHub full installation in README.md The documentation declares a list of packages that should be installed to enable full GitHub-flavored support. However, the list does not include the `mdformat-gfm-alerts` packages that adds support to alerts, which are not supported by any other package in the existing list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ced0f58..4e8b2bc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Note that GitHub's Markdown renderer supports syntax extensions not included in For full GitHub support do: ```bash -pip install mdformat-gfm mdformat-frontmatter mdformat-footnote +pip install mdformat-gfm mdformat-frontmatter mdformat-footnote mdformat-gfm-alerts ``` Install with [Markedly Structured Text (MyST)](https://myst-parser.readthedocs.io/en/latest/using/syntax.html) support: