aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/Opt.hs
AgeCommit message (Expand)Author
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-16Make env interpolation work for `to` and `from` fields...John MacFarlane
2024-09-08T.P.Opp: Change default for optNumberOffset to `[]`.John MacFarlane
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-25Update copyright dates to 2024.John MacFarlane
2023-06-19Allow `epub-title-page` to be used in defaults files.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-11-02Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `findM` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-19Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].John MacFarlane
2022-09-29Remove deprecated option `--strip-empty-paragraphs`.John MacFarlane
2022-09-29Remove deprecated `--atx-headers` option.John MacFarlane
2022-09-29Add `--list-tables` option.John MacFarlane
2022-08-17Redo FromJSON for Opt so that optional values can be omitted.John MacFarlane
2022-06-14add `--embed-resources` flag (#8121)Elliot Bobrow
2022-05-14Allow environment variable interpolation in highlight-style in defaults files...Jaehwang Jung
2022-05-11Allow environment variable interpolation in pdf-engine...John MacFarlane
2022-01-31Revert "T.P.App.Opt: fix logic bug in fullDefaultsPath."John MacFarlane
2022-01-17T.P.App.Opt: fix logic bug in fullDefaultsPath.John MacFarlane
2022-01-13When reading defaults file, stop at a line `...`.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-27Change JSON encodings of some types.John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-08-28Add `--sandbox` option.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane
2021-03-06Allow `--resource-path` to accumulate.John MacFarlane
2021-03-05Allow `${.}` in defaults files paths...John MacFarlane
2021-03-05Implement environment variable interpolation in defaults files.John MacFarlane
2021-03-05Add fields for CSL optinos to Opt.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2021-01-05Implement defaults file inheritance (#6924)David Martschenko
2020-11-15Remove redundant bracket in App.OptAlbert Krewinkel
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
2020-10-29Allow citation-abbreviations in defaults file.John MacFarlane
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane
2020-06-29Handle errors in yamlToMetaNikolay Yakimov
2020-06-29Unify defaults and markdown metadata parsersNikolay Yakimov
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-01-31Support 'bibliography' and 'csl' fields in defaults file.John MacFarlane
2019-12-22Ensure that later default file values for `variable` replace earlier ones.John MacFarlane