summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/MediaWiki.hs
AgeCommit message (Expand)Author
2024-02-07MediaWiki reader: don't make leading blanks underscores...John MacFarlane
2024-02-07MediaWiki reader: allow lowercase `image:`.John MacFarlane
2023-12-30Add command test for #9293.John MacFarlane
2023-12-30MediaWiki reader: handle multiline math in list items.John MacFarlane
2023-11-13MediaWiki reader: allow attribute keys with hyphens.John MacFarlane
2023-07-05MediaWiki reader: revise treatment of "link trail."John MacFarlane
2023-01-17Fix spacing errors.John MacFarlane
2023-01-12Refine "blending" rules for MediaWiki linksRuqi
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-20Text.Pandoc.Parsing: remove `nested` [API change].John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-08-30MediaWiki writer: shorten codeAlbert Krewinkel
2022-08-30Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...Ruqi
2022-07-28MediaWiki reader: allow HTML comment after row start.John MacFarlane
2022-07-06Use `formatCode` from #7525 in HTML and MediaWiki (#8162)Elliot Bobrow
2022-03-24[API change] Unify grid table parsing (#7971)Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov
2020-05-04Fix mediawiki reader with gfm_auto_identifiers.John MacFarlane
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-19MediaWiki: skip optional {{table}} template.John MacFarlane
2019-05-01MediaWiki reader: handle multiple attributes in table row (#5471)chinapedia
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-25MediaWiki reader: use `_` instead of `-` in auto-identifiers.John MacFarlane
2018-12-31Remove unused HasHeaderMap (#5175)Alexander
2018-11-25MediaWiki reader internals: remove unnecessary bindingAlexander Krotov
2018-03-29Removed unused extensions (#4506)Anabra
2018-03-28Mediawiki reader: improve table parsing.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-11MediaWiki reader: hlintAlexander Krotov
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-19Separated tracing from logging.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane