X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1c86478c4a0f641382b1faac1f4d3d25e9fde153..f9912eed04e13034e7d1da7287bf215446097f71:/doc/vim-markdown.txt?ds=inline 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 ~