-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown italic indicator interpreted incorrectly #412
Comments
More data: I repeat, this effect is really annoying inside URLs. I use the format Thanks again! |
After seeing the picture, I know that it is the |
Thanks! In the meantime I disabled the
Anyway thanks! |
Could I add a related very minor thing? If you have a bold-italic word Thanks for your patience! |
It should have been white. Do you mean the URL alt text?
This feature is from #185 originally (it is a long post). I didn't document it because I picked these "plain colours" only based on the Material Theme I am using. And there is no way to make it suitable for the various themes, I decided to leave it as is (default
Another technical challenge 😂. Probably I can't do much here. There will be more problems such as |
Don't worry too much. I can live without them after turning off plainTheme. |
It should be fixed in the dev build. Not really. The URL part is fixed. But there are conflicts in the alt text part. |
Create a markdown file containing:
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
The text was updated successfully, but these errors were encountered: