aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-99/+99
2019-09-19MediaWiki: skip optional {{table}} template.John MacFarlane1-0/+1
2019-05-01MediaWiki reader: handle multiple attributes in table row (#5471)chinapedia1-2/+2
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-25MediaWiki reader: use `_` instead of `-` in auto-identifiers.John MacFarlane1-1/+6
2018-12-31Remove unused HasHeaderMap (#5175)Alexander1-7/+0
2018-11-25MediaWiki reader internals: remove unnecessary bindingAlexander Krotov1-2/+1
2018-03-29Removed unused extensions (#4506)Anabra1-3/+1
2018-03-28Mediawiki reader: improve table parsing.John MacFarlane1-5/+18
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-11MediaWiki reader: hlintAlexander Krotov1-13/+13
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-4/+4
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