Skip to content

Commit f03bae7

Browse files
targosBethGriggs
authored andcommittedSep 21, 2021
tools: update remark-html to v13.0.2
PR-URL: #40043 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent d6124d8 commit f03bae7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎tools/doc/json.mjs

+1-1
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

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tools/doc/package.json

+1-1
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)
Please sign in to comment.