fix(format): unstick bold markers that CJK punctuation kept from rendering

CommonMark only treats a run of asterisks as an emphasis delimiter when it is
left/right-flanking. CJK punctuation counts as Unicode punctuation, so a closer
like `**数据(配比)**相互交织` is preceded by punctuation and followed by a
letter — it cannot close, and the page shows literal asterisks instead of bold.

Inserts the single space that book-rules 1.1 already asks for, on whichever
side was failing: 2 places across 2 file(s). No wording changed —
every diff here is whitespace-only. Verified against pandoc's gfm reader:
each span now renders as its own <strong>.
This commit is contained in:
yeasy
2026-07-23 17:04:37 -07:00
parent 898fb10bbe
commit eb939f69e5
2 changed files with 2 additions and 2 deletions