refactor(baoyu-format-markdown): use remark-cjk-friendly for CJK emphasis

Replace custom CJK emphasis handling with remark-cjk-friendly library,
significantly simplifying the codebase.
This commit is contained in:
Jim Liu 宝玉
2026-02-01 02:13:58 -06:00
parent c0162bb3af
commit 3a5866eb4b
5 changed files with 1137 additions and 371 deletions
@@ -1,5 +1,6 @@
{
"dependencies": {
"remark-cjk-friendly": "^1.1.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",