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: `[]`).
89
89
## List of extensions
90
90
91
91
* [ ` 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
93
95
* [ ` 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
95
97
* [ ` 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
97
103
98
104
## Security
99
105
You can’t perform that action at this time.
0 commit comments