We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d317e7a commit 3b1ecadCopy full SHA for 3b1ecad
package.json
@@ -52,7 +52,7 @@
52
"c8": "^7.0.0",
53
"hastscript": "^7.0.0",
54
"prettier": "^2.0.0",
55
- "rehype-stringify": "^8.0.0",
+ "rehype-stringify": "^9.0.0",
56
"remark-cli": "^9.0.0",
57
"remark-parse": "^9.0.0",
58
"remark-preset-wooorm": "^8.0.0",
test.js
@@ -285,6 +285,7 @@ test('raw', (t) => {
285
})
286
287
test('integration', (t) => {
288
+ // @ts-expect-error type remark plugins.
289
unified()
290
.use(remarkParse)
291
.use(remarkRehype, {allowDangerousHtml: true})
0 commit comments