From 2900a9a3718b0a2097d63cff76e7b9060c845837 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 26 Jul 2013 22:38:13 +0100 Subject: Added some todos to dokuwiki writer (#386) --- src/Text/Pandoc/Writers/DokuWiki.hs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Writers/DokuWiki.hs b/src/Text/Pandoc/Writers/DokuWiki.hs index 4b72d0f14..d12ff2519 100644 --- a/src/Text/Pandoc/Writers/DokuWiki.hs +++ b/src/Text/Pandoc/Writers/DokuWiki.hs @@ -29,6 +29,21 @@ Conversion of 'Pandoc' documents to DokuWiki markup. DokuWiki: -} + +{- + [ ] Don't convert & to & + [ ] Don't generate
... + [ ] Don't generate
...
+    [ ] Implement definition lists
+    [ ] Don't generate lists using 
    and
      + [ ] Don't generate
      + [ ] Implement conversion of tables + [ ] Implement comments + [ ] 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 +-} + module Text.Pandoc.Writers.DokuWiki ( writeDokuWiki ) where import Text.Pandoc.Definition import Text.Pandoc.Options -- cgit v1.2.3