Fixed the problem that when markdown and html are mixed, the html content cannot be rendered and displayed.

This commit is contained in:
PrinOrange
2023-12-30 14:45:55 +08:00
parent d9a073c690
commit 82abf18284
3 changed files with 129 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
"rehype-katex": "^6.0.3",
"rehype-mathjax": "^5.0.0",
"rehype-preset-minify": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "5.1",
"remark-external-links": "^9.0.1",
"remark-gfm": "^3.0.1",