diff options
author | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 21:44:05 +0100 |
---|---|---|
committer | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-02 21:44:05 +0100 |
commit | 3faf31678ec565bf7bd916ec0bd6e662ffe3123f (patch) | |
tree | 36c226c81ba2fec351227b2f1ba871a78ecf92fb /src | |
parent | 61cc983bea706eb4ce7cedcc61824f8dc39c226f (diff) | |
download | pandoc-3faf31678ec565bf7bd916ec0bd6e662ffe3123f.tar.gz |
DokuWiki writer: Remove todos that I have already done.
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Writers/DokuWiki.hs | 2 |
1 files changed, 0 insertions, 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: <https://www.dokuwiki.org/dokuwiki> {- [ ] Correct handling of Span [ ] Implement nested blockquotes (currently only ever does one level) - [ ] Don't generate lists using <ol> and <ul> [ ] 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 -} |