Doc: Indent Docstring inside function
This commit is contained in:
@@ -4,6 +4,7 @@ This file is meant to document design decisions and algorithms inside Vimwiki
|
||||
which are too large for code comments, and not necessarily interesting to
|
||||
users. Please create a new section to document each behavior.
|
||||
|
||||
|
||||
## Formatting tables
|
||||
|
||||
In Vimwiki, formatting tables occurs dynamically, when navigating between cells
|
||||
@@ -235,4 +236,18 @@ reasons for such a complex system is:
|
||||
holes"
|
||||
|
||||
|
||||
## Syntax and Highlight
|
||||
|
||||
* [Vimwiki syntax specification](./specification.wiki)
|
||||
* [Syntax region](../syntax/vimwiki.vim)
|
||||
|
||||
TODO currently the typeface delmiters are customized that way:
|
||||
|
||||
```vim
|
||||
" Typeface: -> u.vim
|
||||
let s:typeface_dic = vimwiki#vars#get_syntaxlocal('typeface')
|
||||
call vimwiki#u#hi_typeface(s:typeface_dic)
|
||||
```
|
||||
|
||||
|
||||
<!-- vim: set tw=80: -->
|
||||
|
||||
Reference in New Issue
Block a user