From a13bdd0bb06fc3a1b4d540c1f665bfbd7346c80a Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Thu, 21 Aug 2014 22:28:19 -0600 Subject: [PATCH] Further improve wording on the new Conceal support --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index cd0d464..f08203c 100644 --- a/README.markdown +++ b/README.markdown @@ -221,7 +221,7 @@ let g:pencil#cursorwrap = 1 " 0=disable, 1=enable (def) For syntaxes such as [tpope/markdown][tm] which support Vim’s Conceal feature, you can display \_*italic*\_, \*\*__bold__\*\* and \*\*\*___bold -italic___\*\*\* markup where the `_` and `*` characters will be hidden +italic___\*\*\* styles where the `_` and `*` characters will be hidden when you’re not on the line. Set the following to `0` if you don’t want this behavior. @@ -229,9 +229,9 @@ this behavior. let g:pencil#conceallevel = 2 " 0=disable, 1=onechar, 2=hide (def) ``` -Note that to display the _italic_, **bold**, and ***bold italic*** styles -in Vim, you will need both a font (such as [Cousine][co]) featuring those -style variants as well as a colorscheme (such as +A couple of requirements: to display the _italic_, **bold**, and ***bold +italic*** styles in Vim, you will need both a font (such as [Cousine][co]) +featuring those style variants as well as a colorscheme (such as [reedes/vim-colors-pencil][cp]) which supports the Markdown-specific highlight groups.