Skip to content

Commit 15743ff

Browse files
committed
Add list of extensions
1 parent 91c4fd5 commit 15743ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ Array of mdast extensions (`Array.<MdastExtension>`, default: `[]`).
8686

8787
[`Root`][root].
8888

89+
## List of extensions
90+
91+
* [`syntax-tree/mdast-util-frontmatter`](https://github.com/syntax-tree/mdast-util-frontmatter)
92+
— support frontmatter (YAML, TOML, etc)
93+
* [`syntax-tree/mdast-util-gfm-strikethrough`](https://github.com/syntax-tree/mdast-util-gfm-strikethrough)
94+
— support GFM strikethrough
95+
8996
## Security
9097

9198
As Markdown is sometimes used for HTML, and improper use of HTML can open you up

0 commit comments

Comments
 (0)