Merge branch 'colorcodes' into 'dev'. Closes PR #616.
This colors all CSS color codes found alone in inline code blocks to the color they mention.
This commit is contained in:
@ -886,6 +886,12 @@ For Markdown syntax these variations are used: >
|
||||
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*
|
||||
|
||||
|
Reference in New Issue
Block a user