| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 46ece20 commit 939f554
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ function toHTML({ input, filename, nodeVersion, versions }) { | |||
| 44 | 44 | .use(html.preprocessText, { nodeVersion }) | |
| 45 | 45 | .use(html.preprocessElements, { filename }) | |
| 46 | 46 | .use(html.buildToc, { filename, apilinks: {} }) | |
| 47 | - .use(remark2rehype, { allowDangerousHTML: true }) | ||
| 47 | + .use(remark2rehype, { allowDangerousHtml: true }) | ||
| 48 | 48 | .use(raw) | |
| 49 | 49 | .use(htmlStringify) | |
| 50 | 50 | .processSync(input); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments