Skip to content

Commit

Permalink
Add a blank line after toc, to avoid effect typo of content below
Browse files Browse the repository at this point in the history
  • Loading branch information
mzlogin committed Oct 18, 2016
1 parent 5f4ff2b commit 8901dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ftplugin/markdown.vim
Expand Up @@ -182,6 +182,9 @@ function! s:GenToc(markdownStyle)
let l:i += 1
endfor

" a blank line after toc to avoid effect typo of content below
put =''

if g:vmt_dont_insert_marker == 0
put =<SID>GetEndMarker()
endif
Expand Down

0 comments on commit 8901dcc

Please sign in to comment.