tpope / vim-markdown

Vim Markdown runtime files
1.23k stars 191 forks source link

Conceal code blocks #144

Closed thomasfaingnaert closed 5 years ago

thomasfaingnaert commented 5 years ago

Conceals the start and end markers of code blocks. Fixes #114

Example:

image

image

thomasfaingnaert commented 5 years ago

Is there a way to get rid of the empty newline before and after the codeblock as well? I tried also matching '\n' in the codeblock rule, but that doesn't appear to work.

tpope commented 5 years ago

No, you can't conceal entire lines.