Italics not applied to word with underscores in it #45
Labels
bug
Issue identified by VS Code Team member as probable bug
help wanted
Issues identified as good community contribution opportunities
Milestone
Originally reported here: yzhang-gh/vscode-markdown#342
When I type
_word_with_underscores_
, there is no italics applied to it.I get: word_with_underscores
I expect to get: word_with_underscores
However in preview, the italics works as expected. Also, the problem is only with italics,
__strong_emphasis__
displays as strong_emphasis.The text was updated successfully, but these errors were encountered: