iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.42k stars 270 forks source link

Italic and Bold Italic are not rendered correctly #133

Open lrprawira opened 4 years ago

lrprawira commented 4 years ago

*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)

Jacques-z commented 4 months ago

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 commented 4 months ago

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?