We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54d191 commit 56b24efCopy full SHA for 56b24ef
README.md
@@ -38,21 +38,6 @@ pipx install mdformat
38
pipx inject mdformat mdformat-gfm
39
```
40
41
-Note that GitHub's Markdown renderer supports syntax extensions not included in the GFM specification.
42
-For full GitHub support do:
43
-
44
-```bash
45
-pipx install mdformat
46
-pipx inject mdformat mdformat-gfm mdformat-frontmatter mdformat-footnote mdformat-gfm-alerts
47
-```
48
49
-Install with [Markedly Structured Text (MyST)](https://myst-parser.readthedocs.io/en/latest/using/syntax.html) support:
50
51
52
53
-pipx inject mdformat mdformat-myst
54
55
56
<!-- end installing -->
57
58
<!-- start cli-usage -->
0 commit comments