-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conceal and highlight issues #126
Comments
Hi @samarulmeu! Is this happening in regular vim or neovim, or some other GUI version of vim? As always, cheers for reporting and will look into it! |
Hi @SidOfc ! Sorry for omiting this. In my vim 8.1. No vimrc change in a while. Thanks! |
No problem @samarulmeu, I checked it out in both vim 8.1 and neovim 0.5 using some trivial examples: [hello](https://world.com)
{++ hello ++} Both editors with Could you also try running mkdx without any other plugins active? Or share your vimrc with me via a gist so I can try it with your config? |
Hi @SidOfc. So this was my test file:
Italic and bold are working as expected. And this is my vimrc. I cleaned it (only mkdx plugin and my usual settingx), but it is the same behavior.
|
So, something strange happened. No change to my vimrc, I just did an update to the last version (you pushed some changes last night and today) and now the conceal is working again. Even the criticmarkup stuff. I still have a suggestion: in substitution highlight can you eliminate the opening and closing tags? You can see in the picture below how it looks now. |
I see, very strange indeed but glad it sorted itself out, perhaps this was related to auto update in some way because I remember changing the location of the syntax file, but forgetting to update the auto update path to the syntax file, I fixed that this morning as well. Maybe that caused the weirdness. As for this request, yeah I think I can make that work and I like the idea, I created #128 to keep track of it separately from this issue. Cheers for the report & suggestion so far, will close this now and update #128 when I've worked on it 👍 |
Hello again!
After the last update I encountered two issues:
The link concealing is not working anymore (I have
conceallevel=2
)I've seen that criticmarkup is supported now and although I have
'highlight': {'enable':1}
I get no highlighting when using the appropriate tags.Thanks again for you time and work!
The text was updated successfully, but these errors were encountered: