File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,16 @@ Take a look at [`lib/handle`][handlers] for examples.
162162
163163* [ ` syntax-tree/mdast-util-frontmatter ` ] ( https://github.com/syntax-tree/mdast-util-frontmatter )
164164 — parse frontmatter (YAML, TOML, more)
165+ * [ ` syntax-tree/mdast-util-gfm ` ] ( https://github.com/syntax-tree/mdast-util-gfm )
166+ — parse GFM
165167* [ ` syntax-tree/mdast-util-gfm-autolink-literal ` ] ( https://github.com/syntax-tree/mdast-util-gfm-autolink-literal )
166168 — parse GFM autolink literals
167169* [ ` syntax-tree/mdast-util-gfm-strikethrough ` ] ( https://github.com/syntax-tree/mdast-util-gfm-strikethrough )
168170 — parse GFM strikethrough
171+ * [ ` syntax-tree/mdast-util-gfm-table ` ] ( https://github.com/syntax-tree/mdast-util-gfm-table )
172+ — parse GFM tables
173+ * [ ` syntax-tree/mdast-util-gfm-task-list-item ` ] ( https://github.com/syntax-tree/mdast-util-gfm-task-list-item )
174+ — parse GFM task list items
169175
170176## Security
171177
You can’t perform that action at this time.
0 commit comments