diff options
author | Yuchen Pei <ycpei@users.noreply.github.com> | 2017-06-26 02:41:51 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-26 08:41:51 +0200 |
commit | f09473eab70f3d540fe1586c0256336ab9679049 (patch) | |
tree | f49f1aac44f7fd38f46cbaddb6beb220fed28f99 /trypandoc/index.html | |
parent | 492b3b129190be9742981493812894f888bb5f2d (diff) | |
download | pandoc-f09473eab70f3d540fe1586c0256336ab9679049.tar.gz |
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/index.html')
-rw-r--r-- | trypandoc/index.html | 1 |
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> |