aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
AgeCommit message (Expand)Author
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
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson
2020-11-20`commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`.John MacFarlane
2020-09-25Allow `gfm_auto_identifiers`, `ascii_identifiers` extensions for docx.John MacFarlane
2020-08-09Remove `fenced_code_blocks` and `backtick_code_blocks` from...John MacFarlane
2020-07-29Add extensions to `gfm` and `commonmark`:John MacFarlane
2020-07-24Make sure proper set of extensions is recognized for commonmark_x.John MacFarlane
2020-07-23Add `raw_markdown` extension affecting `ipynb` reader.John MacFarlane
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane
2020-07-19Add commonmark_x output format...John MacFarlane
2020-07-19Trim down githubMarkdownExtensions.John MacFarlane
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-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-29Add `ascii_identifiers` as a supported extension for `markdown`.John MacFarlane
2019-11-16Add `Ext_smart` to list of possible extensions for HTML.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane
2019-09-24odt: Add external option for native numberingNils Carlson
2019-09-22Make `plain` output plainer.John MacFarlane
2019-07-10Extensions.hs fix typo in PHP Markdown commentMauro Bieg
2019-05-18Add tex_math_dollars to multimarkdownExtensions.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-02-04More carefully groom ipynb default extensions.John MacFarlane
2019-02-04Add `all_symbols_escapable` to githubMarkdownExtensions.John MacFarlane