]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Update doc
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Wed, 5 Jun 2019 04:14:37 +0000 (13:14 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Wed, 5 Jun 2019 04:14:37 +0000 (13:14 +0900)
doc/vim-markdown.txt

index 001a6b7599987f1611933a93a062a89ad1bb8ab6..95f8f409e1385452ea80b81ef85aa37c953fad24 100644 (file)
@@ -256,6 +256,13 @@ Syntax Concealing ~
 >
   let g:tex_conceal = ""
   let g:vim_markdown_math = 1
 >
   let g:tex_conceal = ""
   let g:vim_markdown_math = 1
+<
+                                           *g:vim_markdown_conceal_code_blocks*
+- 'g:vim_markdown_conceal_code_blocks'
+
+  Disabling conceal for code fences requires an additional setting:
+>
+  let g:vim_markdown_conceal_code_blocks = 0
 <
 -------------------------------------------------------------------------------
                                      *vim-markdown-fenced-code-block-languages*
 <
 -------------------------------------------------------------------------------
                                      *vim-markdown-fenced-code-block-languages*