From d621807dc54955372812ba960a88aae4f9b78a33 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Thu, 21 Aug 2014 22:05:23 -0600 Subject: [PATCH] Improve wording for new Conceal support --- README.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 89b9ecd..cd0d464 100644 --- a/README.markdown +++ b/README.markdown @@ -229,10 +229,11 @@ this behavior. let g:pencil#conceallevel = 2 " 0=disable, 1=onechar, 2=hide (def) ``` -Note that to display the _italic_ and **bold** styles in Vim, you may need -both a font (such as [Cousine][co]) with those style variants as well as -a colorscheme (such as [reedes/vim-colors-pencil][cp]) which supports the -Markdown-specific highlight groups. +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 +[reedes/vim-colors-pencil][cp]) which supports the Markdown-specific +highlight groups. For more details on Vim’s Conceal feature, see: