mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-15 05:13:47 -05:00
Improve wording for new Conceal support
This commit is contained in:
@@ -229,10 +229,11 @@ this behavior.
|
|||||||
let g:pencil#conceallevel = 2 " 0=disable, 1=onechar, 2=hide (def)
|
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
|
Note that to display the _italic_, **bold**, and ***bold italic*** styles
|
||||||
both a font (such as [Cousine][co]) with those style variants as well as
|
in Vim, you will need both a font (such as [Cousine][co]) featuring those
|
||||||
a colorscheme (such as [reedes/vim-colors-pencil][cp]) which supports the
|
style variants as well as a colorscheme (such as
|
||||||
Markdown-specific highlight groups.
|
[reedes/vim-colors-pencil][cp]) which supports the Markdown-specific
|
||||||
|
highlight groups.
|
||||||
|
|
||||||
For more details on Vim’s Conceal feature, see:
|
For more details on Vim’s Conceal feature, see:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user