Skip to content

Commit

Permalink
Enable markdown fences by default
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Aug 6, 2014
1 parent 7feb10d commit 3f910fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions autoload/preview.vim
Expand Up @@ -56,6 +56,9 @@ endif
if(!exists('g:PreviewRstExt'))
let g:PreviewRstExt = 'rst,reStructuredText,restructuredtext'
endif
if(!exists('g:PreviewMarkdownFences'))
let g:PreviewMarkdownFences = 1
endif



Expand Down
3 changes: 2 additions & 1 deletion doc/preview.txt
Expand Up @@ -132,7 +132,8 @@ Default: markdown,md,mkd,mkdn,mdown
b:PreviewMarkdownFences

Enables support for fenced code blocks in markdown files.
Default: 0
Value 1 enables, 0 disables.
Default: 1

------------------------------------------------------------------------------
5.5 g:PreviewTextileExt *PreviewTextileExt*
Expand Down

0 comments on commit 3f910fa

Please sign in to comment.