File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,17 @@ Array of mdast extensions (`Array.<MdastExtension>`, default: `[]`).
8989## List of extensions
9090
9191* [ ` syntax-tree/mdast-util-frontmatter ` ] ( https://github.com/syntax-tree/mdast-util-frontmatter )
92- — support frontmatter (YAML, TOML, etc)
92+ — parse frontmatter (YAML, TOML, more)
93+ * [ ` syntax-tree/mdast-util-gfm ` ] ( https://github.com/syntax-tree/mdast-util-gfm )
94+ — parse GFM
9395* [ ` syntax-tree/mdast-util-gfm-autolink-literal ` ] ( https://github.com/syntax-tree/mdast-util-gfm-autolink-literal )
94- — support GFM autolink literals
96+ — parse GFM autolink literals
9597* [ ` syntax-tree/mdast-util-gfm-strikethrough ` ] ( https://github.com/syntax-tree/mdast-util-gfm-strikethrough )
96- — support GFM strikethrough
98+ — parse GFM strikethrough
99+ * [ ` syntax-tree/mdast-util-gfm-table ` ] ( https://github.com/syntax-tree/mdast-util-gfm-table )
100+ — parse GFM tables
101+ * [ ` syntax-tree/mdast-util-gfm-task-list-item ` ] ( https://github.com/syntax-tree/mdast-util-gfm-task-list-item )
102+ — parse GFM task list items
97103
98104## Security
99105
You can’t perform that action at this time.
0 commit comments