From: Hiroshi Shirosaki Date: Wed, 5 Jun 2019 03:51:36 +0000 (+0900) Subject: Merge pull request #433 from nstickney/master X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/33cf9894dec8264f6461357254c7622006459810?hp=fa52c903ec03002a1f9003ba41572bfe75d29fee Merge pull request #433 from nstickney/master document `conceal_code_blocks` in README.md --- diff --git a/README.md b/README.md index b67917a..9f93316 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,13 @@ set conceallevel=2 To disable conceal regardless of `conceallevel` setting, add the following to your `.vimrc`: ```vim -let g:vim_markdown_conceal = 0 +let g:vim_markdown_conceal = 0 +``` + +Disabling conceal for code fences requires an additional setting: + +```vim +let g:vim_markdown_conceal_code_blocks = 0 ``` To disable math conceal with LaTeX math syntax enabled, add the following to your `.vimrc`: