]> git.madduck.net Git - etc/vim.git/blobdiff - doc/vim-markdown.txt

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:

Merge pull request #438 from anowlcalledjosh/fix-strikethrough
[etc/vim.git] / doc / vim-markdown.txt
index 001a6b7599987f1611933a93a062a89ad1bb8ab6..4d73129328a98f6413d227559bd447a4050626a4 100644 (file)
@@ -161,8 +161,9 @@ Change fold style ~
 >
   let g:vim_markdown_folding_style_pythonic = 1
 <
 >
   let g:vim_markdown_folding_style_pythonic = 1
 <
-  Level 1 heading which is served as a document title is not folded.
-  'g:vim_markdown_folding_level' setting is not active with this fold style.
+  'g:vim_markdown_folding_level' setting (default 1) is set to 'foldlevel'.
+  Thus level 1 heading which is served as a document title is expanded by
+  default.
 
                                              *g:vim_markdown_override_foldtext*
 - 'g:vim_markdown_override_foldtext'
 
                                              *g:vim_markdown_override_foldtext*
 - 'g:vim_markdown_override_foldtext'
@@ -256,6 +257,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*