Italic and Bold Italic are not rendered correctly
*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)
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~~
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?