Browse Source

vimwiki: valid html tags: add span

main
Brennen Bearnes 3 years ago
parent
commit
5b4dac562d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      home/.vim/vimrc

+ 4
- 0
home/.vim/vimrc View File

@ -331,6 +331,10 @@ let mapleader = ","
" there can be many of these
let g:vimwiki_list = [wiki, markdownwiki]
" span is here so :VimwikiColorize will work - it's weird that it's not in
" the default list, since that's supported.
let g:vimwiki_valid_html_tags = 'b,i,s,u,sub,sup,kbd,br,hr,span'
" don't make temporary wikis based on file extensions in the list - this
" is necessary to avoid .md files getting a filetype of vimwiki instead of
" markdown:


|||||||
x
 
000:0
Loading…
Cancel
Save