Markdown italic indicator interpreted incorrectly
See original GitHub issueCreate a markdown file containing:
blog: [sethgodin.typepad.com/seths_blog/2014/09/the-shameful-fraud-of-sorting-for-youth-meritocracy.html](http://sethgodin.typepad.com/seths_blog/2014/09/the-shameful-fraud-of-sorting-for-youth-meritocracy.html)
and open it in VSC. You will see the text between the two underscores (in seths_blog) rendered in bold. This makes a long page containing URLs with ‘_’ unreadable.
The underscore should make the text italic like here. Instead inside a word (one_two_three) it makes the ‘two’ text bold (this does not happen here, but happens in VSC).
I have "markdown.extension.italic.indicator": "*" If that matters.
Thanks for considering! mario
What is the problem?
Text between two underscores inside a word is rendered as bold.
How can I reproduce it?
See above
Is there any error message in the console?
No
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Things Markdown got wrong - Hacker News
You publish in magazine and their editor+designer will change your underlines to italic and your italics to bold because thats how it makes ......
Read more >Why are _ and * used equally for bold and italics in markdown?
Underscore When the underscore is used for emphasis in this fashion, it is usually interpreted as indicating that the enclosed text is ...
Read more >How should italics be formatted in Markdown?
Markdown treats asterisks (*) and underscores (_) as indicators of emphasis. Text wrapped with one * or _ will be wrapped with an...
Read more >"_" and "*" being synonymous is redundant and confusing - Spec
Markdown treats asterisks (*) and underscores (_) as indicators of ... Markdown's original (though technically incorrect) interpretation of ...
Read more >Markdown® Basic: Syntax, Usage & Examples [Step by Step]
Similar to bold, italic formatting in Markdown also uses an asterisk * or an underscore _ , but in the case of italics,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It should be fixed in the dev build.
Not really. The URL part is fixed. But there are conflicts in the alt text part.
Don’t worry too much. I can live without them after turning off plainTheme. Thanks!