summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
Commit message (Expand)AuthorAge
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\
| * Change return type of Mediawiki readerMatthew Pickering2015-02-18
* | MediaWiki writer: spaces to underscores in wikilink URL.John MacFarlane2015-03-07
|/
* MediaWiki reader doesn't recognize german "Bild"Uli Köhler2014-08-06
* Removed (>>~) functionMatthew Pickering2014-07-11
* MediaWiki reader: Tightened up template parsing.John MacFarlane2014-06-20
* MediaWiki reader: Support --trace.John MacFarlane2014-06-20
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* MediaWiki reader: Handle table rows containing just an HTML comment.John MacFarlane2014-04-10
* MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane2014-04-01
* Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2014-03-25
* API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2014-03-25
* Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane2014-03-24
|\
| * MediaWiki reader: Accept image links in more languagesJaime Marquínez Ferrándiz2013-11-24
* | Fixed mediawiki ordered list parsing.John MacFarlane2014-01-22
* | HLint: use fromMaybeHenry de Valence2013-12-19
|/
* MediaWiki reader: Add automatic header identifiers.John MacFarlane2013-11-17
* MediaWiki reader: Trim contents of `<math>` tags.John MacFarlane2013-10-18
* Mediawiki: Parse an image + caption in a para by itself as a figure.John MacFarlane2013-09-11
* MedaWiki reader: Implement some mathjax extensions.John MacFarlane2013-09-07
* MediaWiki reader: Allow Image: for images.John MacFarlane2013-09-06
* 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