summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App
AgeCommit message (Expand)Author
2022-09-30[API Change] App: parameterize `options` over the scripting engineAlbert Krewinkel
2022-09-30[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.Albert Krewinkel
2022-09-30[API Change] Rename `pandocVersion` to `pandocVersionText`...Albert Krewinkel
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-30Produce error if --csl is used more than once (#8252)Prat
2022-08-17Redo FromJSON for Opt so that optional values can be omitted.John MacFarlane
2022-08-14T.P.Highlighting: Export `lookupHighlightingStyle`.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-04-24Add tsv (tab separated values) as an input format.John MacFarlane
2022-04-12Add 'nightly' flag.John MacFarlane
2022-04-12Revert "Add 'nightly' flag and build with this for nightlies."John MacFarlane
2022-04-12Revert "Add CPP to avoid warning with nightly flag disabled."John MacFarlane
2022-04-11Add CPP to avoid warning with nightly flag disabled.John MacFarlane
2022-04-11Add 'nightly' flag and build with this for nightlies.John MacFarlane
2022-04-11Revert "Add info about git commit and date to `--version` info."John MacFarlane
2022-04-11Add info about git commit and date to `--version` info.John MacFarlane
2022-03-29Include Lua version in `--version` output. (#7997)Albert Krewinkel
2022-02-22`--version`: print hslua version.John MacFarlane
2022-02-09PDF: allow custom writer as format if engine is explicitly specified (#7901)Albert Krewinkel
2022-02-05Add RIS bibliography format reader.John MacFarlane
2022-02-01Restore wkhtmltopdf as default pdf engine for HTMLAlbert Krewinkel
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-17PDF: support pagedjs-cli as pdf engine (#7838)Albert Krewinkel
2022-01-13When reading defaults file, stop at a line `...`.John MacFarlane
2022-01-04Stop exporting `writeCustom` from module T.P.Writers [API change]Albert Krewinkel
2022-01-03Issue error with --list-extensions for invalid formats.John MacFarlane
2022-01-03Minor code improvement.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-11-09Require ghc >= 8.6, base >= 4.12.John MacFarlane
2021-10-27Change JSON encodings of some types.John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-10-19FormatHeuristics: remove `.tei.xml` extension for TEI.John MacFarlane
2021-10-06Don't prepend `file://` to `--syntax-definition` on Windows.John MacFarlane
2021-08-28Add `--sandbox` option.John MacFarlane
2021-08-24T.P.App.OutputSettings: Generalize some types...John MacFarlane
2021-08-08Allow `--slide-level=0`.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-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-03-13T.P.App.FormatHeuristics: shorten code, improve docs.Albert Krewinkel
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