diff options
author | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-07-26 22:49:19 +0100 |
---|---|---|
committer | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-07-26 22:49:19 +0100 |
commit | b77d4456eaf871896ad7555607f968aa2ad9ad7c (patch) | |
tree | 82acf80a8dbdaf52892836f4ed4c46711fab4d3b /src/Text/Pandoc/Writers | |
parent | 2900a9a3718b0a2097d63cff76e7b9060c845837 (diff) | |
download | pandoc-b77d4456eaf871896ad7555607f968aa2ad9ad7c.tar.gz |
Added another todo - dokuwiki writer (#386)
Diffstat (limited to 'src/Text/Pandoc/Writers')
-rw-r--r-- | src/Text/Pandoc/Writers/DokuWiki.hs | 1 |
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 |