Fix wrap on note on fenced code blocks in README.md

This commit is contained in:
larryhynes
2015-10-13 00:17:19 +01:00
parent e8a6e373f2
commit 64e5a2f200

View File

@@ -11,7 +11,8 @@ installing from this repository, add the following to your vimrc:
autocmd BufNewFile,BufReadPost *.md set filetype=markdown
If you want to enable fenced code block syntax highlighting in your markdown documents you can enable it in your `.vimrc` like so:
If you want to enable fenced code block syntax highlighting in your markdown
documents you can enable it in your `.vimrc` like so:
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh']