Skip to content

Commit e391c74

Browse files
committed
Add list of extensions
1 parent 15caebe commit e391c74

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,15 @@ Take a look at [`lib/handle`][handlers] for examples.
158158

159159
`string` — Serialized markdown.
160160

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+
161170
## Security
162171

163172
`mdast-util-to-markdown` will do its best to serialize markdown to match the

0 commit comments

Comments
 (0)