Skip to content

Commit

Permalink
Added mdformat-gfm-alerts to GitHub full installation in README.md (#…
Browse files Browse the repository at this point in the history
…440)

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.
  • Loading branch information
RealA10N authored Oct 4, 2024
1 parent c26042d commit 4fc013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4fc013c

Please sign in to comment.