We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15caebe commit e391c74Copy full SHA for e391c74
readme.md
@@ -158,6 +158,15 @@ Take a look at [`lib/handle`][handlers] for examples.
158
159
`string` — Serialized markdown.
160
161
+## List of extensions
162
+
163
+* [`syntax-tree/mdast-util-frontmatter`](https://github.com/syntax-tree/mdast-util-frontmatter)
164
+ — parse frontmatter (YAML, TOML, more)
165
+* [`syntax-tree/mdast-util-gfm-autolink-literal`](https://github.com/syntax-tree/mdast-util-gfm-autolink-literal)
166
+ — parse GFM autolink literals
167
+* [`syntax-tree/mdast-util-gfm-strikethrough`](https://github.com/syntax-tree/mdast-util-gfm-strikethrough)
168
+ — parse GFM strikethrough
169
170
## Security
171
172
`mdast-util-to-markdown` will do its best to serialize markdown to match the
0 commit comments