Merge pull request #285 from MichaelThessel/dev

Added config option to allow for newlines in text when exporting to HTML
This commit is contained in:
EinfachToll
2017-01-30 20:43:26 +01:00
committed by GitHub
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*