feat(baoyu-markdown-to-html): add remark-cjk-friendly for CJK emphasis

Preprocess markdown with remark-cjk-friendly to properly handle
CJK emphasis markers before HTML conversion.
This commit is contained in:
Jim Liu 宝玉
2026-02-01 02:14:12 -06:00
parent 478e66a93a
commit dbab83ff82
3 changed files with 1449 additions and 1 deletions
@@ -0,0 +1,14 @@
{
"dependencies": {
"fflate": "^0.8.2",
"front-matter": "^4.0.2",
"highlight.js": "^11.11.1",
"juice": "^11.0.1",
"marked": "^15.0.6",
"reading-time": "^1.5.0",
"remark-cjk-friendly": "^1.1.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5"
}
}