Skip to content

Commit

Permalink
Add list of extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 10, 2020
1 parent 5a39544 commit 005ad17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ performance, CSTs, and docs.
* [API](#api)
* [`micromark(doc[, encoding][, options])`](#micromarkdoc-encoding-options)
* [`createSteam(options?)`](#createsteamoptions)
* [List of extensions](#list-of-extensions)
* [Version](#version)
* [Security](#security)
* [Contribute](#contribute)
Expand Down Expand Up @@ -155,6 +156,11 @@ Compiles markdown to HTML.
`options` are the same as the buffering API above.
Available at `require('micromark/stream')`.

## List of extensions

* [`micromark/micromark-extension-frontmatter`](https://github.com/micromark/micromark-extension-frontmatter)
— support frontmatter (YAML, TOML, etc)

## Version

The open beta of micromark starts at version `2.0.0` (there was a different
Expand Down

0 comments on commit 005ad17

Please sign in to comment.