aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorclaremacrae <github@cfmacrae.fastmail.co.uk>2013-07-26 22:49:19 +0100
committerclaremacrae <github@cfmacrae.fastmail.co.uk>2013-07-26 22:49:19 +0100
commitb77d4456eaf871896ad7555607f968aa2ad9ad7c (patch)
tree82acf80a8dbdaf52892836f4ed4c46711fab4d3b /src
parent2900a9a3718b0a2097d63cff76e7b9060c845837 (diff)
downloadpandoc-b77d4456eaf871896ad7555607f968aa2ad9ad7c.tar.gz
Added another todo - dokuwiki writer (#386)
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Writers/DokuWiki.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/DokuWiki.hs b/src/Text/Pandoc/Writers/DokuWiki.hs
index d12ff2519..3344b146f 100644
--- a/src/Text/Pandoc/Writers/DokuWiki.hs
+++ b/src/Text/Pandoc/Writers/DokuWiki.hs
@@ -42,6 +42,7 @@ DokuWiki: <https://www.dokuwiki.org/dokuwiki>
[ ] Implement footnotes
[ ] Work through the Dokuwiki spec, and check I've not missed anything out
[ ] Test the output in Dokuwiki - and compare against the display of another format, e.g. HTML
+ [ ] Remove dud/duplicate code
-}
module Text.Pandoc.Writers.DokuWiki ( writeDokuWiki ) where