X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9dd8d7c09eff15f845edfa88cb22df88a5b6b8c6..f9912eed04e13034e7d1da7287bf215446097f71:/doc/vim-markdown.txt?ds=sidebyside diff --git a/doc/vim-markdown.txt b/doc/vim-markdown.txt index 4e9fbf0..6af20d1 100644 --- a/doc/vim-markdown.txt +++ b/doc/vim-markdown.txt @@ -93,6 +93,9 @@ To fold in a style like python-mode [6], add the following to your '.vimrc': > 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. + ------------------------------------------------------------------------------- *vim-markdown-set-header-folding-level* Set header folding level ~