aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-2/+3
2017-06-19Separated tracing from logging.John MacFarlane1-3/+2
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-2/+3
2017-05-25MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane1-1/+10
2017-05-25MediaWiki reader: Make smart double quotes depend on `smart` extension.John MacFarlane1-1/+3
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-12Issue warning for duplicate header identifiers.John MacFarlane1-0/+7
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-27/+29
2017-02-21MediaWiki reader: ensure that list starts begin at left margin.John MacFarlane1-9/+18
2017-02-21MediaWiki reader: fixed more table issues.John MacFarlane1-9/+7
2017-02-21MediaWiki reader: Allow blank line after table start.John MacFarlane1-1/+1
2017-02-21MediaWiki tables: allow extra hyphens after `|-` in tables.John MacFarlane1-1/+1
2017-02-11Use new warnings throughout the code base.John MacFarlane1-4/+2
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-0/+1
2017-01-25More logging-related changes.John MacFarlane1-6/+3
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-1/+1
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal1-2/+1
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Working on readers.Jesse Rosenthal1-71/+75
2017-01-19MediaWiki reader: improved handling of display math.John MacFarlane1-2/+3
2017-01-05MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk1-6/+3
2016-10-02MediaWiki writer: transform filename with underscores in images.John MacFarlane1-1/+1
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-08-06Improved mediawiki reader's treatment of verbatim constructions.John MacFarlane1-7/+13
2016-08-06Fix for unquoted attribute values in mediawiki tables.John MacFarlane1-1/+1
2016-05-09Allow spaces before '!' in MediaWiki table headerroblabla1-1/+1
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-2/+3
2016-01-02MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane1-4/+6
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane1-1/+2
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-11/+19
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-3/+1
2015-08-08MediaWiki reader: handle unquoted table attributes.John MacFarlane1-2/+2
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-11/+19
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-5/+5
2015-03-07MediaWiki writer: spaces to underscores in wikilink URL.John MacFarlane1-2/+8
2015-02-18Change return type of Mediawiki readerMatthew Pickering1-5/+5
2014-08-06MediaWiki reader doesn't recognize german "Bild"Uli Köhler1-1/+2
2014-07-11Removed (>>~) functionMatthew Pickering1-1/+1
2014-06-20MediaWiki reader: Tightened up template parsing.John MacFarlane1-0/+1
2014-06-20MediaWiki reader: Support --trace.John MacFarlane1-1/+10
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-10MediaWiki reader: Handle table rows containing just an HTML comment.John MacFarlane1-1/+2
2014-04-01MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane1-1/+2
2014-03-25Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane1-2/+2
2014-03-25API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane1-8/+8
2014-03-24Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane1-1/+5