aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Use simpleFigure in Readers.Aner Lucero1-4/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier1-11/+3
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-2/+6
2021-05-07ConTeXt writer: support blank lines in line blocks.Albert Krewinkel1-2/+6
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-24/+24
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane1-1/+5
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-2/+4
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-3/+3
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+3
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-1/+2
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-16ConTeXt writer: set csl-hanging-ident variable if needed.John MacFarlane1-2/+6
2019-11-16ConTeXt writer: Use special environment for CSL references.John MacFarlane1-0/+8
2019-11-16ConTeXt writer: use braces, not start/stop, for inline language tags.John MacFarlane1-2/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-74/+77
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-11/+7
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-38/+45
2019-07-30ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.John MacFarlane1-5/+5
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
2019-07-15Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610)Karl Pettersson1-1/+4
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-09-20Fix compiler warning.John MacFarlane1-1/+1
2018-09-20ConTeXt writer: change `\` to `/` in Windows image paths.John MacFarlane1-1/+6
2018-09-04hlint some writersAlexander Krotov1-2/+1
2018-08-15Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.John MacFarlane1-9/+6
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-25ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke1-17/+37
2018-01-23ConTeXt writer: xtables: correct wrong usage of captionHenri Menke1-1/+1
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke1-26/+72
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-29Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.John MacFarlane1-3/+4
2017-10-29More hlint.John MacFarlane1-14/+12
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-25/+25
2017-10-11ConTeXt writer: Use identifiers for chapters.John MacFarlane1-6/+7
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-1/+1
2017-06-28Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane1-0/+5
2017-06-25BCP47: split toLang from getLang, rearranged types.John MacFarlane1-33/+34
2017-06-25Refactored ConTeXt writer to use BCP47.John MacFarlane1-34/+34
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-3/+3
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-5/+8
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-1/+1