question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Markdown italic indicator interpreted incorrectly

See original GitHub issue

Create 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:open
  • Created 4 years ago
  • Reactions:1
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yzhang-ghcommented, Mar 30, 2019

It should be fixed in the dev build.


Not really. The URL part is fixed. But there are conflicts in the alt text part.

image

1reaction
crystalfpcommented, Mar 28, 2019

Don’t worry too much. I can live without them after turning off plainTheme. Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found