iamcco / iamcco/markdown-preview.nvim
Italic and Bold Italic are not rendered correctly
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 411
- PR merge metrics
- No merged PRs in 30d
Description
`*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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.