fix: switch markdown pipeline to remark-rehype for proper HTML rendering

This commit is contained in:
2026-05-01 09:44:47 +08:00
parent 1abb254fef
commit 7749162414
3 changed files with 13 additions and 9 deletions
+2 -1
View File
@@ -43,8 +43,9 @@
"react-icons": "^5.6.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2",
"resend": "^6.12.2",
"web-haptics": "^0.0.6"
},