markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

Italic and Bold Italic are not rendered correctly

Open lrprawira opened this issue 5 years ago • 2 comments

*SomeText* should be rendered SomeText, instead it is rendered as bold SomeText, even though **SomeText** also gets rendered as SomeText`

***SomeText*** should be rendered SomeText, instead it is rendered as black (extra bold) SomeText (no idea how to apply it on github)

lrprawira avatar Feb 13 '20 06:02 lrprawira

I think LunarVim has written a wonderful solution to this issue. Maybe someone can just merge it to this plugin? ~~If no one does this and any group member of this plugin welcome me to PR, I may try to do this myself after a few months~~

Jacques-z avatar Mar 05 '24 15:03 Jacques-z

Sorry those links I mentioned were about preview(bold, italic, line-cross, etc.) in the neovim editor, as I thought mkdp takes care of it, too. Seems nvim has built-in support for that, some colorschemes(like tokyonight, ayu) don't support italic while some(like bamboo, catppuccin) do.

Anyway, seems bold and italic work fine in :MarkdownPreview, so this issue should be closed?

Jacques-z avatar Mar 06 '24 12:03 Jacques-z