goyo.vim
goyo.vim copied to clipboard
certain bold & italics broken after leaving Goyo
issue
When using a plugin for markdown syntax (such as vim-markdown or vim-pandoc-syntax), leaving Goyo removes formatting for *italic*
and **bold**
elements (and underscore variants), though the asterisks / underscores remain concealed properly. Other bold and italic formatting (such as # headings
) works, which makes me think this is somehow related to concealing.
reproduce
-
open or create a markdown file with some
_italic_
,__bold__
,*italic*
, or**bold**
formatting -
enter Goyo mode
-
observe formatting is correct
-
leave Goyo mode
-
observe formatting lost
-
enter Goyo mode
-
observe formatting still lost
other details
I also have this problem in NVIM 0.5.0.
Confirming that the issue with conceal being 'reset' is also happening in Vim 9