summaryrefslogtreecommitdiff
path: root/trypandoc
diff options
context:
space:
mode:
authorYuchen Pei <ycpei@users.noreply.github.com>2017-06-26 02:41:51 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-26 08:41:51 +0200
commitf09473eab70f3d540fe1586c0256336ab9679049 (patch)
treef49f1aac44f7fd38f46cbaddb6beb220fed28f99 /trypandoc
parent492b3b129190be9742981493812894f888bb5f2d (diff)
minor updates to vimwiki reader. (#3759)
- updated comments in Vimwiki.hs to reflect current status of implementation - added vimwiki to trypandoc
Diffstat (limited to 'trypandoc')
-rw-r--r--trypandoc/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html
index 9b84e14b7..fe4077ce2 100644
--- a/trypandoc/index.html
+++ b/trypandoc/index.html
@@ -94,6 +94,7 @@ $(document).ready(function() {
<option value="rst">reStructuredText</option>
<option value="textile">Textile</option>
<option value="t2t">Txt2Tags</option>
+ <option value="vimwiki">Vimwiki</option>
</select>
<br/>
<textarea id="text" maxlength="3000" rows="15"></textarea>