Closed LittleYe233 closed 4 years ago
The markdown preview uses markdown-it for rendering and I believe I see the same behavior in the markdown-it demo
Please file this issue upstream against markdown-it since we cannot fix this on the VS Code side
@mjbvz I found the same issue on 'markdown-it'. Thanks for your answer!
I have found that some formats (like bold, italic, deleting line) can't be shown well when these special characters are between certain CJK characters.
I have tested in some situations and the testing results are as below.
~~aaa~~
aaa~~(~~
(aa~~(~~
(aa~~aa~~
aa符号~~aa~~
aa符号~~符号~~
Other grammers have the similar errors too. Test results about them are omitted.
I use strapdown.js to interpret the markdown codes above and they are shown well. So I think the Markdown interpreter in VSCode may have some bugs.
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes