From 3faf31678ec565bf7bd916ec0bd6e662ffe3123f Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Wed, 2 Jul 2014 21:44:05 +0100 Subject: DokuWiki writer: Remove todos that I have already done. --- src/Text/Pandoc/Writers/DokuWiki.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Text/Pandoc/Writers/DokuWiki.hs b/src/Text/Pandoc/Writers/DokuWiki.hs index 621cc77dd..76a0463eb 100644 --- a/src/Text/Pandoc/Writers/DokuWiki.hs +++ b/src/Text/Pandoc/Writers/DokuWiki.hs @@ -33,11 +33,9 @@ DokuWiki: {- [ ] Correct handling of Span [ ] Implement nested blockquotes (currently only ever does one level) - [ ] Don't generate lists using
    and
      [ ] Implement alignment of text in tables [ ] Implement comments [ ] 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 -} -- cgit v1.2.3