aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Use simpleFigure in Readers.Aner Lucero1-2/+7
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-6/+7
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane1-1/+9
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane1-6/+4
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-3/+3
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov1-2/+0
2020-05-04Fix mediawiki reader with gfm_auto_identifiers.John MacFarlane1-1/+4
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-1/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+3
2020-04-15Implement the new Table typedespresc1-3/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
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