File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -161,17 +161,17 @@ Take a look at [`lib/handle`][handlers] for examples.
161161## List of extensions
162162
163163* [ ` syntax-tree/mdast-util-frontmatter ` ] ( https://github.com/syntax-tree/mdast-util-frontmatter )
164- — parse frontmatter (YAML, TOML, more)
164+ — serialize frontmatter (YAML, TOML, more)
165165* [ ` syntax-tree/mdast-util-gfm ` ] ( https://github.com/syntax-tree/mdast-util-gfm )
166- — parse GFM
166+ — serialize GFM
167167* [ ` syntax-tree/mdast-util-gfm-autolink-literal ` ] ( https://github.com/syntax-tree/mdast-util-gfm-autolink-literal )
168- — parse GFM autolink literals
168+ — serialize GFM autolink literals
169169* [ ` syntax-tree/mdast-util-gfm-strikethrough ` ] ( https://github.com/syntax-tree/mdast-util-gfm-strikethrough )
170- — parse GFM strikethrough
170+ — serialize GFM strikethrough
171171* [ ` syntax-tree/mdast-util-gfm-table ` ] ( https://github.com/syntax-tree/mdast-util-gfm-table )
172- — parse GFM tables
172+ — serialize GFM tables
173173* [ ` 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
174+ — serialize GFM task list items
175175
176176## Security
177177
You can’t perform that action at this time.
0 commit comments