Skip to content

Commit

Permalink
tools: update remark-html to v13.0.2
Browse files Browse the repository at this point in the history
PR-URL: #40043
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
targos authored and BethGriggs committed Sep 21, 2021
1 parent d6124d8 commit f03bae7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tools/doc/json.mjs
Expand Up @@ -187,7 +187,7 @@ export function jsonAPI({ filename }) {
{ type: 'root', children: nodes.concat(definitions) }
);
})
.use(html)
.use(html, { sanitize: false })
.processSync('').toString().trim();
if (!current.desc) delete current.desc;
}
Expand Down
14 changes: 7 additions & 7 deletions tools/doc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/doc/package.json
Expand Up @@ -13,7 +13,7 @@
"rehype-stringify": "8.0.0",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "13.0.1",
"remark-html": "13.0.2",
"remark-parse": "^9.0.0",
"remark-rehype": "8.1.0",
"to-vfile": "7.1.0",
Expand Down

0 comments on commit f03bae7

Please sign in to comment.