MediaWiki reader: Updated todo comments.
This commit is contained in:
parent
bb6fcf1dac
commit
9353af9133
1 changed files with 12 additions and 8 deletions
|
@ -30,27 +30,31 @@ Conversion of mediawiki text to 'Pandoc' document.
|
||||||
-}
|
-}
|
||||||
{-
|
{-
|
||||||
TODO:
|
TODO:
|
||||||
_ tests for lists
|
|
||||||
_ support HTML lists
|
_ support HTML lists
|
||||||
_ support list style attributes and start values in ol lists, also
|
_ support list style attributes and start values in ol lists, also
|
||||||
value attribute on li
|
value attribute on li
|
||||||
_ support preformatted text (lines starting with space)
|
_ support preformatted text (lines starting with space)
|
||||||
_ support preformatted text blocks
|
_ support preformatted text blocks
|
||||||
_ support internal links http://www.mediawiki.org/wiki/Help:Links
|
_ support internal links http://www.mediawiki.org/wiki/Help:Links
|
||||||
_ support external links
|
_ support external links (partially implemented)
|
||||||
_ support automatic linkification of URLs
|
|
||||||
_ support images http://www.mediawiki.org/wiki/Help:Images
|
_ support images http://www.mediawiki.org/wiki/Help:Images
|
||||||
_ ignore gallery tag?
|
|
||||||
_ support tables http://www.mediawiki.org/wiki/Help:Tables
|
_ support tables http://www.mediawiki.org/wiki/Help:Tables
|
||||||
_ support <math> tag for latex math
|
_ support <math> tag for latex math
|
||||||
_ templates or anything in {{}} -> handle as raw wikimedia, can be dealt with in
|
_ raw mediawiki:
|
||||||
postprocessing
|
_ templates or anything in {{}} (can be postprocessed)
|
||||||
_ category links
|
_ category links
|
||||||
|
_ gallery tag?
|
||||||
_ tests for raw html inline
|
_ tests for raw html inline
|
||||||
|
_ tests for raw html block tags
|
||||||
|
_ test for <p> tags
|
||||||
_ tests for sup, sub, del
|
_ tests for sup, sub, del
|
||||||
_ tests for pre, haskell
|
_ tests for pre, haskell, syntaxhighlight
|
||||||
_ tests for code, tt, hask
|
_ tests for code, tt, hask
|
||||||
_ test for blockquote
|
_ test for blockquote
|
||||||
|
_ tests for native lists
|
||||||
|
_ tests for autolink urls
|
||||||
|
_ tests for external links
|
||||||
|
_ tests for : lines
|
||||||
-}
|
-}
|
||||||
module Text.Pandoc.Readers.MediaWiki ( readMediaWiki ) where
|
module Text.Pandoc.Readers.MediaWiki ( readMediaWiki ) where
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue