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 91c4fd5 commit 15743ffCopy full SHA for 15743ff
readme.md
@@ -86,6 +86,13 @@ Array of mdast extensions (`Array.<MdastExtension>`, default: `[]`).
86
87
[`Root`][root].
88
89
+## List of extensions
90
+
91
+* [`syntax-tree/mdast-util-frontmatter`](https://github.com/syntax-tree/mdast-util-frontmatter)
92
+ — support frontmatter (YAML, TOML, etc)
93
+* [`syntax-tree/mdast-util-gfm-strikethrough`](https://github.com/syntax-tree/mdast-util-gfm-strikethrough)
94
+ — support GFM strikethrough
95
96
## Security
97
98
As Markdown is sometimes used for HTML, and improper use of HTML can open you up
0 commit comments