From 08480810ecddaa582c40edd2d1bb492df4946261 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Fri, 12 Jul 2019 07:35:08 -0700 Subject: [PATCH] Document taskwiki_markup_syntax This documents the taskwiki_markup_syntax setting added in #192. Ref: https://github.com/tbabej/taskwiki/issues/165#issuecomment-432211801 --- doc/taskwiki.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/taskwiki.txt b/doc/taskwiki.txt index e61f276..5f0dd69 100644 --- a/doc/taskwiki.txt +++ b/doc/taskwiki.txt @@ -730,6 +730,13 @@ constructs. Example: let g:taskwiki_maplocalleader=",t" +*taskwiki_markup_syntax* + This variable specifies the markup syntax you want to use in your + VimWiki pages. Valid values are "default" and "markdown". + + Example: + let g:taskwiki_markup_syntax = "default" + ============================================================================= 9. TROUBLESHOOTING *taskwiki-trouble*