domdomegg / markdown-inline-preview-vscode

📝🌈 A VS Code extension for improving the display of markdown directly in the editor
https://marketplace.visualstudio.com/items?itemName=domdomegg.markdown-inline-preview-vscode
MIT License
10 stars 2 forks source link

Preview em/strong as italic/bold #10

Closed silopolis closed 2 months ago

silopolis commented 3 months ago

Emphasized and strong texts are rendered as regular text. Having them adequately rendered as italic and bold, and combination of, would be nice.

Or is that a font choice issue ?

domdomegg commented 3 months ago

This sounds like it might be a font choice issue - italic and bold are supported by default I think.

Can you give an example document and screenshots that show it's not working for you, plus let me know what font you're using?

silopolis commented 3 months ago

Hey, thanks for your quick answer :pray:

Meanwhile, went back to readme to see that this should indeed be working... Thus, added the suggested settings to switch editor to Fira when editing MD files, but this doesn't solve my rendering issue:

domdomegg commented 3 months ago

Can you provide the underlying markdown code for this as well?

silopolis commented 3 months ago

Sure

# Test markdown inline rendering

*This is em/italic*

**This is strong/bold**
domdomegg commented 2 months ago

That's odd - this works using VSCode's default styles (you can try on vscode.dev). I think something in your config or other extensions must be overriding this: try disabling different parts to identify what.

If you are able to repro this as a bug let me know though.