summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* MediaWiki reader: hlintAlexander Krotov2017-11-11
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Separated tracing from logging.John MacFarlane2017-06-19
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane2017-05-25
* MediaWiki reader: Make smart double quotes depend on `smart` extension.John MacFarlane2017-05-25
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* MediaWiki reader: ensure that list starts begin at left margin.John MacFarlane2017-02-21
* MediaWiki reader: fixed more table issues.John MacFarlane2017-02-21
* MediaWiki reader: Allow blank line after table start.John MacFarlane2017-02-21
* MediaWiki tables: allow extra hyphens after `|-` in tables.John MacFarlane2017-02-21
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* More logging-related changes.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* 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