aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
AgeCommit message (Expand)Author
2025-06-02Markdown reader: make definition lists behave like other lists.John MacFarlane
2025-03-29Use `pdf-engine` variable instead of extensions...John MacFarlane
2025-03-29Add `groff` extension affecting `ms` writer.John MacFarlane
2024-10-08Typst writer: make `smart` extension work.John MacFarlane
2024-09-21DokuWiki reader: enable smart extension.John MacFarlane
2024-09-21DokuWiki writer: don't emit `<HTML>` tags.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-02-13Add djot reader and writer.djotJohn MacFarlane
2024-02-13Make LaTeX writer sensitive to `empty_paragraphs` extension.John MacFarlane
2023-12-04Add `alerts` extension.John MacFarlane
2023-10-23Extensions: Add `Ext_tex_math_gfm` constructor to Extension.John MacFarlane
2023-10-16remove duplicates for Ext_raw_html and Ext_pipe_tablesTim Stewart
2023-03-25Add typst writer.John MacFarlane
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-15ConTeXt writer: support `tagging` extension [API Change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-16Extensions: add new function `disableExtensions`.Albert Krewinkel
2022-11-19Add support for `mark` extension for highlighted text.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-20Add custom extensions.John MacFarlane
2022-10-13Extensions: simpler implementation based on Set.John MacFarlane
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-08Extensions: add new function `readExtension`Albert Krewinkel
2022-10-05Extensions: fix JSON decoding of ExtensionsAlbert Krewinkel
2022-09-27Fix small whitespace things.John MacFarlane
2022-07-28DokuWiki reader: support latex plugin and math.John MacFarlane
2022-05-19Add tex_math_dollars to gfm default extensions.John MacFarlane
2022-03-14Remove `native_divs` from allowed gfm extensions.John MacFarlane
2022-03-07Remove `raw_tex` extension from list of commonmark...John MacFarlane
2022-02-03Enable `citations` extension for docx reader.John MacFarlane
2022-01-09Org reader: support alphabetical (fancy) listsLucas Viana
2022-01-03parseFormatSpec: cleaner error message for invalid extensions.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-10-27Change JSON encodings of some types.John MacFarlane
2021-09-30Add `footnotes` to default `gfm` etxensions.John MacFarlane
2021-09-18Alphabetize Extension constructors.John MacFarlane
2021-09-04Extensions: put Ext_short_subsuperscripts in alphabetical order.John MacFarlane
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-02-13Org: support task_lists extensionAlbert Krewinkel
2021-02-13Remove Ext_fenced_code_attributes from allowed commonmark attributes.John MacFarlane
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel