gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

Add conceal support for markdown syntax #55

Closed tamlok closed 8 years ago

tamlok commented 8 years ago

Add g:markdown_enable_conceal as a switch to turn on conceal feature. Now the conceal feature supports:

  1. Bold, Italic, and BoldItalic;
  2. Inline code block;
  3. Link.

Signed-off-by: Le Tan tamlokveer@gmail.com

gabrielelana commented 8 years ago

That's wonderful, thanks ❤️