We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mdast-util-to-hast
1 parent bdeeee5 commit 7a8cb0eCopy full SHA for 7a8cb0e
index.js
@@ -16,11 +16,7 @@ function plugin(options) {
16
17
function compiler(node, file) {
18
var root = node && node.type && node.type === 'root'
19
- var hast = toHast(node, {
20
- allowDangerousHtml: !clean,
21
- handlers: handlers,
22
- commonmark: true
23
- })
+ var hast = toHast(node, {allowDangerousHtml: !clean, handlers: handlers})
24
var result
25
26
if (file.extname) {
package.json
@@ -36,7 +36,7 @@
36
"dependencies": {
37
"hast-util-sanitize": "^3.0.0",
38
"hast-util-to-html": "^7.0.0",
39
- "mdast-util-to-hast": "^9.0.0"
+ "mdast-util-to-hast": "^10.0.0"
40
},
41
"devDependencies": {
42
"browserify": "^16.0.0",
0 commit comments