aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/DokuWiki.hs
diff options
context:
space:
mode:
authorClare Macrae <github@cfmacrae.fastmail.co.uk>2014-07-02 21:44:05 +0100
committerClare Macrae <github@cfmacrae.fastmail.co.uk>2014-07-02 21:44:05 +0100
commit3faf31678ec565bf7bd916ec0bd6e662ffe3123f (patch)
tree36c226c81ba2fec351227b2f1ba871a78ecf92fb /src/Text/Pandoc/Writers/DokuWiki.hs
parent61cc983bea706eb4ce7cedcc61824f8dc39c226f (diff)
downloadpandoc-3faf31678ec565bf7bd916ec0bd6e662ffe3123f.tar.gz
DokuWiki writer: Remove todos that I have already done.
Diffstat (limited to 'src/Text/Pandoc/Writers/DokuWiki.hs')
-rw-r--r--src/Text/Pandoc/Writers/DokuWiki.hs2
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
-}