-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
certain bold & italics broken after leaving Goyo #250
Comments
I also have this problem in NVIM 0.5.0. |
Confirming that the issue with conceal being 'reset' is also happening in Vim 9 |
I traced this issue down to line 342 in autoload/goyo.vim: |
Ah, any call to |
fixed by adding |
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**
formattingenter Goyo mode
observe formatting is correct
leave Goyo mode
observe formatting lost
enter Goyo mode
observe formatting still lost
other details
The text was updated successfully, but these errors were encountered: