Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f03bae7

Browse filesBrowse files
targosBethGriggs
authored andcommitted
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
Copy full SHA for f03bae7

File tree

Expand file treeCollapse file tree

3 files changed

+9
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-9
lines changed
Open diff view settings
Collapse file

‎tools/doc/json.mjs‎

Copy file name to clipboardExpand all lines: tools/doc/json.mjs
+1-1Lines 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
}
Collapse file

‎tools/doc/package-lock.json‎

Copy file name to clipboardExpand all lines: tools/doc/package-lock.json
+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/doc/package.json‎

Copy file name to clipboardExpand all lines: tools/doc/package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.