File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ Value to parse (`string` or [`Buffer`][buffer]).
7878[ Character encoding] [ encoding ] to understand ` doc ` as when it’s a
7979[ ` Buffer ` ] [ buffer ] (` string ` , default: ` 'utf8' ` ).
8080
81+ ###### ` options.extensions `
82+
83+ Array of syntax extensions (` Array.<MicromarkSyntaxExtension> ` , default: ` [] ` ).
84+ Passed to [ ` micromark ` as ` extensions ` ] [ micromark-extensions ] .
85+
8186###### ` options.mdastExtensions `
8287
8388Array of mdast extensions (` Array.<MdastExtension> ` , default: ` [] ` ).
@@ -183,3 +188,5 @@ abide by its terms.
183188[ xss ] : https://en.wikipedia.org/wiki/Cross-site_scripting
184189
185190[ sanitize ] : https://github.com/syntax-tree/hast-util-sanitize
191+
192+ [ micromark-extensions ] : https://github.com/micromark/micromark#optionsextensions
You can’t perform that action at this time.
0 commit comments