fix(web): render CJK-adjacent strong emphasis

This commit is contained in:
Yichen Jiang
2026-08-06 11:17:17 +08:00
parent bb53e25ed0
commit 1b5f06ed0b
16 changed files with 360 additions and 9 deletions

View File

@@ -26,10 +26,12 @@
"katex": "^0.16.47",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"micromark-core-commonmark": "^2.0.3",
"micromark-extension-gfm": "^3.0.0",
"micromark-extension-math": "^3.1.0",
"micromark-factory-space": "^2.0.1",
"micromark-util-character": "^2.1.1",
"micromark-util-classify-character": "^2.0.1",
"micromark-util-symbol": "^2.0.1",
"micromark-util-types": "^2.0.2",
"react": "^18.2.0",