After bolding a string whose last character is a symbol, if the latter character is not a symbol, the additional test will display "**(xxxx)**" instead of (xxxx) being bolded.
What's the expected result
(xxxx)
How to reproduce
Input: **-**1
Other information
Markdown All in One
v3.6.2
VS Code
版本: 1.88.0 (user setup)
提交: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
日期: 2024-04-03T13:26:18.741Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.22631
What's the problem
After bolding a string whose last character is a symbol, if the latter character is not a symbol, the additional test will display "
**(xxxx)**
" instead of (xxxx) being bolded.What's the expected result
(xxxx)
How to reproduce
Input:
**-**1
Other information