Skip to content

Commit 054da7f

Browse files
authored
fix: fixes issues where HTML is being stripped (#431)
1 parent ea98040 commit 054da7f

2 files changed

Lines changed: 33 additions & 25 deletions

File tree

generator/documentation/processors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export const mdProcessor = unified().use(gfm).use(stringify, {
2323
export const htmlProcessor = unified()
2424
.use(remarkParse)
2525
.use(gfm)
26-
.use(remarkHtml);
26+
.use(remarkHtml, {sanitize: false});

package-lock.json

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

0 commit comments

Comments
 (0)