summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorYuchen Pei <ycpei@users.noreply.github.com>2017-06-19 16:15:12 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-19 22:15:12 +0200
commit564c77964ddbbdc5541086726b9109091119e140 (patch)
treef1ceb236cc3b494a8621385d1b25a226145fabc4 /pandoc.cabal
parentb3041de2fc05b26421c5be4df374ec84aafa11ee (diff)
Added Vimwiki reader (#3705).
* New module Text.Pandoc.Readers.Vimwiki, exporting readVimwiki [API change]. * New input format `vimwiki`. * New data file, `data/vimwiki.css`, for displaying the HTML produced by this reader and pandoc's HTML writer in the style of vimwiki's own HTML export.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9dbd52a07..ff61c6a2c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -162,6 +162,7 @@ Extra-Source-Files:
test/markdown-citations.txt
test/textile-reader.textile
test/mediawiki-reader.wiki
+ test/vimwiki-reader.wiki
test/rst-reader.rst
test/s5-basic.html
test/s5-fancy.html
@@ -368,6 +369,7 @@ Library
Text.Pandoc.Readers.Markdown,
Text.Pandoc.Readers.CommonMark,
Text.Pandoc.Readers.MediaWiki,
+ Text.Pandoc.Readers.Vimwiki,
Text.Pandoc.Readers.RST,
Text.Pandoc.Readers.Org,
Text.Pandoc.Readers.DocBook,