We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7925938 commit 86bf341Copy full SHA for 86bf341
test/doctool/test-doctool-html.js
@@ -44,7 +44,7 @@ function toHTML({ input, filename, nodeVersion, versions }) {
44
.use(html.preprocessText, { nodeVersion })
45
.use(html.preprocessElements, { filename })
46
.use(html.buildToc, { filename, apilinks: {} })
47
- .use(remark2rehype, { allowDangerousHTML: true })
+ .use(remark2rehype, { allowDangerousHtml: true })
48
.use(raw)
49
.use(htmlStringify)
50
.processSync(input);
0 commit comments