aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/CommonMark.hs
AgeCommit message (Expand)Author
2025-03-22Commonmark Reader: handle GFM math irregularity with braces.John MacFarlane
2024-11-30Commonmark `implicit_figures` should check for empty caption...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-12-04Add `alerts` extension.John MacFarlane
2023-10-23CommonMark reader: handle `Ext_tex_math_gfm`.John MacFarlane
2023-06-26Require commonmark >= 0.2.3 and fix import warning.John MacFarlane
2023-06-19Make `implicit_figures` work again in commonmark reader.John MacFarlane
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-08-13Support --strip-comments in commonmark/gfm.John MacFarlane
2022-01-23CommonMark reader: fix source position after YAML metadata.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-05-31Fix regression with commonmark/gfm yaml metdata block parsing.John MacFarlane
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane
2020-10-12Commonmark reader: add pipe_table extension after defaults.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-07-19Add generic `attributes` extension.John MacFarlane
2020-07-19Use commonmark-hs to parse commonmark/gfm...John MacFarlane
2020-05-08Implement implicit_figures extension for commonmark reader.John MacFarlane
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
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-02Implement task lists (#5139)Mauro Bieg
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-11-11Clean up toIdent in CommonMark reader.John MacFarlane
2018-07-15Wrap emojis in span nodes (#4759)Anders Waldenborg
2018-06-29CommonMark reader: Handle ascii_identifiers extension (#4733)Anders Waldenborg
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-02Revert "Commonmark reader: parse HTML as plain text if `-raw_html`."John MacFarlane
2018-03-02Commonmark reader: parse HTML as plain text if `-raw_html`.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-16Introduce `HasSyntaxExtensions` typeclass (#4074)Alexander
2017-11-01hlintAlexander Krotov
2017-10-27hlint changes.John MacFarlane