aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)Author
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2025-05-15Fix context writer/template to produce tagged PDFs.John MacFarlane
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-08Remove most uses of partial function 'head'.John MacFarlane
2024-07-02Fix some mistakes with Japanese language code.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-08ConTeXt writer: replace depreciated `\sc` with `\setsmallcaps`James P. Ascher
2024-03-26ConTeXt writer: fix options order with `\externalfigure`.John MacFarlane
2023-01-15ConTeXt writer: support `tagging` extension [API Change]Albert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-18ConTeXt writer: support syntax highlighting for code.Albert Krewinkel
2022-12-17ConTeXt writer: always use `\type` for inline codeAlbert Krewinkel
2022-12-16ConTeXt writer: fix previous commit for some unlisted sectionsAlbert Krewinkel
2022-12-16ConTeXt writer: add support for unlisted, unnumbered headingsAlbert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-06-21ConTeXt writer: support complex table structures. (#8116)Albert Krewinkel
2022-06-06ConTeXt writer: use "sectionlevel" environment for headings (#8106)Albert Krewinkel
2022-06-04ConTeXt writer: unify link handling (#8096)Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel
2021-05-07ConTeXt writer: support blank lines in line blocks.Albert Krewinkel
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
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-16ConTeXt writer: set csl-hanging-ident variable if needed.John MacFarlane
2019-11-16ConTeXt writer: Use special environment for CSL references.John MacFarlane
2019-11-16ConTeXt writer: use braces, not start/stop, for inline language tags.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-30ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane