summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
Commit message (Expand)AuthorAge
* MediaWiki reader: improved handling of display math.John MacFarlane2017-01-19
* MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk2017-01-05
* MediaWiki writer: transform filename with underscores in images.John MacFarlane2016-10-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Improved mediawiki reader's treatment of verbatim constructions.John MacFarlane2016-08-06
* Fix for unquoted attribute values in mediawiki tables.John MacFarlane2016-08-06
* Allow spaces before '!' in MediaWiki table headerroblabla2016-05-09
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane2016-01-02
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | MediaWiki reader: handle unquoted table attributes.John MacFarlane2015-08-08
|/
* 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