aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Expand)Author
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-08Add options to change table/figure caption positions.John MacFarlane
2024-07-01Add option to link rather than embedding images in ODT.John MacFarlane
2024-04-29Use latest KaTeX CDN asset (#9707)Salim B
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-30Add new `--chunk-template` option (closes #8581).John MacFarlane
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-04EPUB writer: make title page optional.John MacFarlane
2022-09-29Add `--list-tables` option.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-01Use latest version of KaTeX.John MacFarlane
2021-10-27Change JSON encodings of some types.John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-05-25Allow compilation with base 4.15Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
2020-11-06doc/filters.md: describe technical details of filter invocations (#6815)Albert Krewinkel
2020-10-10Options.hs: defaultMathJaxURL: use tex-chtml-full instead of tex-mml-chtml (#...Kolen Cheung
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-08-06Options: Add `/tex-mml-chtml.js` to defaultMathJaxURL.John MacFarlane
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-10-14Bump KaTeX version to 0.11.1mb21
2019-10-10Improve parsing of --defaults.John MacFarlane
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane
2019-10-07Text.Pandoc.Options: change To/FromJSON instances for...John MacFarlane
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-20Escape slashes so haddock doesn't think they're italics (#5322)Chris Martin
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-11-11Fix CPP conditional for TH pragmaAlbert Krewinkel
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel
2018-09-30Text.Pandoc.Options: add writerPreferAscii to WriterOptions.John MacFarlane
2018-05-09Restored and undeprecated gladtex for HTML math.John MacFarlane
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-21Change Generic JSON instances to TemplateHaskell (#4085)Jasper Van der Jeugt
2017-11-16Introduce `HasSyntaxExtensions` typeclass (#4074)Alexander
2017-11-01hlintAlexander Krotov
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-26makePDF: add argument for pdf options, remove writerPdfArgs.John MacFarlane
2017-10-05KaTeX fixes:John MacFarlane
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane