aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-0/+2
2021-10-27Change JSON encodings of some types.John MacFarlane1-27/+36
2021-09-30Add `footnotes` to default `gfm` etxensions.John MacFarlane1-0/+1
2021-09-18Alphabetize Extension constructors.John MacFarlane1-3/+3
2021-09-04Extensions: put Ext_short_subsuperscripts in alphabetical order.John MacFarlane1-1/+1
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-7/+4
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane1-0/+1
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane1-0/+1
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane1-0/+3
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane1-0/+3
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-1/+2
2021-02-13Org: support task_lists extensionAlbert Krewinkel1-0/+2
2021-02-13Remove Ext_fenced_code_attributes from allowed commonmark attributes.John MacFarlane1-2/+0
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel1-0/+14
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane1-3/+0
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO1-0/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane1-0/+2
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson1-0/+4
2020-11-20`commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`.John MacFarlane1-3/+4
2020-09-25Allow `gfm_auto_identifiers`, `ascii_identifiers` extensions for docx.John MacFarlane1-1/+1
2020-08-09Remove `fenced_code_blocks` and `backtick_code_blocks` from...John MacFarlane1-5/+11
2020-07-29Add extensions to `gfm` and `commonmark`:John MacFarlane1-0/+8
2020-07-24Make sure proper set of extensions is recognized for commonmark_x.John MacFarlane1-0/+1
2020-07-23Add `raw_markdown` extension affecting `ipynb` reader.John MacFarlane1-1/+3
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane1-0/+1
2020-07-19Add commonmark_x output format...John MacFarlane1-3/+31
2020-07-19Trim down githubMarkdownExtensions.John MacFarlane1-9/+11
2020-07-19Add generic `attributes` extension.John MacFarlane1-4/+2
2020-07-19Use commonmark-hs to parse commonmark/gfm...John MacFarlane1-0/+14
2020-05-08Implement implicit_figures extension for commonmark reader.John MacFarlane1-0/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-29Add `ascii_identifiers` as a supported extension for `markdown`.John MacFarlane1-27/+25
2019-11-16Add `Ext_smart` to list of possible extensions for HTML.John MacFarlane1-0/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-5/+7
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane1-18/+0
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane1-15/+151
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-1/+1
2019-09-24odt: Add external option for native numberingNils Carlson1-0/+1
2019-09-22Make `plain` output plainer.John MacFarlane1-0/+1
2019-07-10Extensions.hs fix typo in PHP Markdown commentMauro Bieg1-1/+1
2019-05-18Add tex_math_dollars to multimarkdownExtensions.John MacFarlane1-0/+1
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-02-04More carefully groom ipynb default extensions.John MacFarlane1-2/+18
2019-02-04Add `all_symbols_escapable` to githubMarkdownExtensions.John MacFarlane1-1/+1
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+2
2019-01-02Implement task lists (#5139)Mauro Bieg1-0/+3
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-5/+8