mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-10 19:03:49 -05:00
Fix wrap on note on fenced code blocks in README.md
This commit is contained in:
@@ -11,7 +11,8 @@ installing from this repository, add the following to your vimrc:
|
|||||||
|
|
||||||
autocmd BufNewFile,BufReadPost *.md set filetype=markdown
|
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']
|
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user