Modified markdown literals for github behavior

This commit is contained in:
Reed Esau
2014-08-21 21:59:58 -06:00
parent 55b4a6e690
commit 16f9a33762

View File

@@ -220,8 +220,8 @@ let g:pencil#cursorwrap = 1 " 0=disable, 1=enable (def)
### Concealing markup in Markdown
For syntaxes such as [tpope/markdown][tm] which support Vims Conceal
feature, you can display \_*italic*\_, \*\***bold**\*\* and \*\*\****bold
italic***\*\*\* markup where the `_` and `*` characters will be hidden
feature, you can display \_*italic*\_, \*\*__bold__\*\* and \*\*\*___bold
italic___\*\*\* markup where the `_` and `*` characters will be hidden
when youre not on the line. Set the following to `0` if you dont want
this behavior.