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]).
78
78
[ Character encoding] [ encoding ] to understand ` doc ` as when it’s a
79
79
[ ` Buffer ` ] [ buffer ] (` string ` , default: ` 'utf8' ` ).
80
80
81
+ ###### ` options.extensions `
82
+
83
+ Array of syntax extensions (` Array.<MicromarkSyntaxExtension> ` , default: ` [] ` ).
84
+ Passed to [ ` micromark ` as ` extensions ` ] [ micromark-extensions ] .
85
+
81
86
###### ` options.mdastExtensions `
82
87
83
88
Array of mdast extensions (` Array.<MdastExtension> ` , default: ` [] ` ).
@@ -183,3 +188,5 @@ abide by its terms.
183
188
[ xss ] : https://en.wikipedia.org/wiki/Cross-site_scripting
184
189
185
190
[ 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