Added config option to allow for newlines in text when exporting to HTML

This commit is contained in:
Michael Thessel
2017-01-05 22:01:48 -08:00
parent 3a87437005
commit 8507c95716
3 changed files with 19 additions and 1 deletions

View File

@ -2302,6 +2302,19 @@ Value Description~
Default: 1
------------------------------------------------------------------------------
*g:vimwiki_text_ignore_newline*
This is HTML related.
Convert newlines to <br />s in text.
Value Description~
0 Newlines in text are converted to <br />s.
1 Ignore newlines.
Default: 1
------------------------------------------------------------------------------
*g:vimwiki_use_calendar*