Add documentation for colorcodes.

This commit is contained in:
Hugo Hörnquist 2019-03-17 22:50:56 +01:00
parent 2f87f92060
commit da52523710
1 changed files with 6 additions and 0 deletions

View File

@ -880,6 +880,12 @@ is decorated: >
Furthermore, there are a number of words which are highlighted extra flashy:
TODO, DONE, STARTED, FIXME, FIXED, XXX.
When rendered as HTML, code blocks containing only a hash prefixed 6 digit hex
number will be colored as themselves. For example >
`#ffe119`
Becomes >
<code style='background-color:#ffe119;color:black;'>#ffe119</code>
------------------------------------------------------------------------------
5.2. Links *vimwiki-syntax-links*