We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 4e47853 commit faf7d1fCopy full SHA for faf7d1f
index.js
@@ -17,7 +17,7 @@ function plugin(options) {
17
18
function compiler(node, file) {
19
var root = node && node.type && node.type === 'root'
20
- var hast = toHast(node, {allowDangerousHTML: !clean, handlers: handlers})
+ var hast = toHast(node, {allowDangerousHtml: !clean, handlers: handlers})
21
var result
22
23
if (file.extname) {
package.json
@@ -34,7 +34,7 @@
34
"dependencies": {
35
"hast-util-sanitize": "^2.0.0",
36
"hast-util-to-html": "^7.0.0",
37
- "mdast-util-to-hast": "^8.0.0",
+ "mdast-util-to-hast": "^8.2.0",
38
"xtend": "^4.0.1"
39
},
40
"devDependencies": {
0 commit comments