Added some todos to dokuwiki writer (#386)
This commit is contained in:
parent
5b04d063a1
commit
2900a9a371
1 changed files with 15 additions and 0 deletions
|
@ -29,6 +29,21 @@ Conversion of 'Pandoc' documents to DokuWiki markup.
|
||||||
|
|
||||||
DokuWiki: <https://www.dokuwiki.org/dokuwiki>
|
DokuWiki: <https://www.dokuwiki.org/dokuwiki>
|
||||||
-}
|
-}
|
||||||
|
|
||||||
|
{-
|
||||||
|
[ ] Don't convert & to &
|
||||||
|
[ ] Don't generate <blockquote>...
|
||||||
|
[ ] Don't generate <pre>...
|
||||||
|
[ ] Implement definition lists
|
||||||
|
[ ] Don't generate lists using <ol> and <ul>
|
||||||
|
[ ] Don't generate <div>
|
||||||
|
[ ] 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
|
module Text.Pandoc.Writers.DokuWiki ( writeDokuWiki ) where
|
||||||
import Text.Pandoc.Definition
|
import Text.Pandoc.Definition
|
||||||
import Text.Pandoc.Options
|
import Text.Pandoc.Options
|
||||||
|
|
Loading…
Add table
Reference in a new issue