summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
Commit message (Expand)AuthorAge
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* MediaWiki reader: Ignore attributes on headers.John MacFarlane2013-05-20
* MediaWiki reader: Skip attributes on table rows.John MacFarlane2013-05-20
* Mediawiki reader: Fixed | links inside table cells.John MacFarlane2013-03-28
* Mediawiki reader: Fixed last commit.John MacFarlane2013-03-28
* MediaWiki reader: Correctly handle indented preformatted textJohn MacFarlane2013-03-28
* mediawiki reader: allow space before table rows.John MacFarlane2013-03-27
* Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2013-01-27
* Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane2013-01-25
* Mediawiki reader: interpret HTML in verbatim contexts as text.John MacFarlane2013-01-06
* MediaWiki reader: Allow table in table cell.John MacFarlane2012-09-15
* MediaWiki reader: Added smart doublequotes with -S option.John MacFarlane2012-09-15
* MediaWiki parser: Improved endline to stop bad breaks.John MacFarlane2012-09-15
* MediaWiki reader: Allow def list item with just a term.John MacFarlane2012-09-15
* MediaWiki reader: Properly handle templates in list items.John MacFarlane2012-09-15
* MediaWiki reader: Handle ref tags as footnotes.John MacFarlane2012-09-15
* MediaWiki reader: Better parsing of templates.John MacFarlane2012-09-15
* MediaWiki reader: Treat "references" tag as block.John MacFarlane2012-09-15
* MediaWiki reader: Interpret width attribute on table columns.John MacFarlane2012-09-15
* MediaWiki reader: Got alignments working.John MacFarlane2012-09-15
* MediaWiki reader: Misc fixes, put category links at end.John MacFarlane2012-09-15
* MediaWiki reader: Skip inline templates, handle <source>.John MacFarlane2012-09-15
* MediaWiki reader: Parse styles on table cells.John MacFarlane2012-09-15
* MediaWiki reader: Parse styles after '{|' table start.John MacFarlane2012-09-15
* MediaWiki reader: || between table cells.John MacFarlane2012-09-14
* MediaWiki reader: Improved table parsing.John MacFarlane2012-09-14
* MediaWiki reader: Table improvements, added simple table tests.John MacFarlane2012-09-14
* MediaWiki reader: Support for basic mediawiki tables.John MacFarlane2012-09-14
* MediaWiki reader: Images.John MacFarlane2012-09-13
* MediaWiki reader: internal links.John MacFarlane2012-09-13
* MediaWiki reader: Implemented basic internal links.John MacFarlane2012-09-13
* MediaWiki reader: Implemented numbered external links.John MacFarlane2012-09-13
* MediaWiki reader: Use MWState instead of ParserState.John MacFarlane2012-09-13
* MediaWiki reader: Ignore `<gallery>` tags.John MacFarlane2012-09-13
* MediaWiki reader: Support HTML lists.John MacFarlane2012-09-13
* MediaWiki reader: Handle templates, variables as raw mediawiki.John MacFarlane2012-09-13
* MediaWiki reader: Parse templates etc. as raw mediawiki.John MacFarlane2012-09-13
* MediaWiki reader: Improved efficiency with raw html tags.John MacFarlane2012-09-13
* MediaWiki reader: Added comment.John MacFarlane2012-09-12
* MediaWiki reader: preformatted blocks and tests.John MacFarlane2012-09-12
* MediaWiki reader: Support `<math>` tag.John MacFarlane2012-09-12
* Added tests for mediawiki lists.John MacFarlane2012-09-12
* More mediawiki reader tests.John MacFarlane2012-09-12
* Added some tests for mediawiki reader.John MacFarlane2012-09-12
* MediaWiki reader: Updated todo comments.John MacFarlane2012-09-12
* MediaWiki reader: Support `<syntaxhighlight>` tag.John MacFarlane2012-09-12
* MediaWiki reader: Properly handle :, ::, :::...John MacFarlane2012-09-12
* MediaWiki reader: Handle def lists without terms (: lines).John MacFarlane2012-09-12
* MediaWiki reader: Improvements to list parsing and HTML tag handling.John MacFarlane2012-09-12
* MediaWiki reader: Support skipped level in lists.John MacFarlane2012-09-12