Skip to content

Commit

Permalink
Fix wrap on note on fenced code blocks in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
larryhynes committed Oct 12, 2015
1 parent e8a6e37 commit 64e5a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 64e5a2f

Please sign in to comment.