Description
Bold syntax (**text**) fails to render when:
- The bold text ends with a punctuation mark
- Immediately followed by a non-space character
Reproduction
https://stackblitz.com/edit/github-ezruxrr6?file=app%2Fapp.vue
Test Cases
**文字:**后续 <!-- ❌ Fails -->
**文字:** 后续 <!-- ✅ Works (space after **) -->
**文字**:后续 <!-- ✅ Works (punctuation outside **) -->
**English:**next <!-- ❌ Fails -->
**English:** next <!-- ✅ Works -->
Affected Punctuation
Chinese: : ! ? 。 , ) "
English: : ! ? . , ) "
Workaround
Add a space after the closing **: