Skip to content

Commit 8c905b8

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update remark-html to v13.0.2
PR-URL: #40043 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent addb30f commit 8c905b8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tools/doc/json.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function jsonAPI({ filename }) {
187187
{ type: 'root', children: nodes.concat(definitions) }
188188
);
189189
})
190-
.use(html)
190+
.use(html, { sanitize: false })
191191
.processSync('').toString().trim();
192192
if (!current.desc) delete current.desc;
193193
}

tools/doc/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"rehype-stringify": "8.0.0",
1414
"remark-frontmatter": "^3.0.0",
1515
"remark-gfm": "^1.0.0",
16-
"remark-html": "13.0.1",
16+
"remark-html": "13.0.2",
1717
"remark-parse": "^9.0.0",
1818
"remark-rehype": "8.1.0",
1919
"to-vfile": "7.1.0",

0 commit comments

Comments
 (0)