preservim / vim-markdown

Markdown Vim Mode
4.69k stars 524 forks source link

Code block conceal doesn't work #487

Open Qwertoff opened 4 years ago

Qwertoff commented 4 years ago

Hello!

I'm new in vim - help me please. Like your plugin, but I have an issue with concealing code blocks.

There are my plugins: image

Can someone conflicts and does concealing impossible? And how can I troubleshoot it? Thank you!

Qwertoff commented 4 years ago

Hello!

The reason is that I work with my markdown files and use Vimwiki plugin which sets up filetype to all opened .markdown files as "Vimwiki". There are 2 ways to use vim-markdown plugin with Vimwiki or other plugins who sets up another filetype then "markdown":

  1. Make a fork of Vimwiki to use "markdown" ft;
  2. Or use "au FileType vimwiki set filetype=vimwiki.markdown" that sets double type to opened file in buffer.

Wish you all the best!