aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/OutputSettings.hs
AgeCommit message (Expand)Author
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2025-03-29Text.Pandoc.App: set `pdf-engine` variable.John MacFarlane
2025-03-05Disable citations extension in writers if `--citeproc` is used.John MacFarlane
2024-12-19Change `--template` to allow use of extensionless templates.John MacFarlane
2024-12-14Use catMaybes instead of building with maybe and (:) one element at a timeJoseph C. Sible
2024-12-07Stylistic tweak.John MacFarlane
2024-12-07T.P.App.OutputSettings: add `sandbox'` function.John MacFarlane
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-08Initialize some missing fields in pandoc-server.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-07-19Fix errors for illegal output formats.John MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-06-27Use toTextM instead of toText when possible.John MacFarlane
2023-03-20T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710)Albert Krewinkel
2023-01-30Add new `--chunk-template` option (closes #8581).John MacFarlane
2023-01-25Ensure that automatically set variables ...John MacFarlane
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2023-01-11Add ChunkedHTML writer.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-20T.P.Scripting: Refactor the scripting engine.John MacFarlane
2022-12-14T.P.App.OutputSettings: remove unused record field `outputWriterName`Albert Krewinkel
2022-12-05Lua: support `-D` CLI option for custom writers [API change]Albert Krewinkel
2022-12-04EPUB writer: make title page optional.John MacFarlane
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-14Lua: Support built-in default templates for custom writersAlbert Krewinkel
2022-10-11Templates: use filename to search for default template of custom writersAlbert Krewinkel
2022-10-10Lua: support extensions in custom writersAlbert Krewinkel
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-03[API Change] Base custom writers on Writer type.Albert Krewinkel
2022-09-30[API Change] Parameterize `convertWithOpts` over scripting engine.Albert Krewinkel
2022-09-30[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.Albert Krewinkel
2022-09-29Add `--list-tables` option.John MacFarlane
2022-08-14T.P.Highlighting: Export `lookupHighlightingStyle`.John MacFarlane
2022-02-09PDF: allow custom writer as format if engine is explicitly specified (#7901)Albert Krewinkel
2022-01-04Stop exporting `writeCustom` from module T.P.Writers [API change]Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-08-28Add `--sandbox` option.John MacFarlane
2021-08-24T.P.App.OutputSettings: Generalize some types...John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-06Use traverse instead of reimplementing it (#6124)Joseph C. Sible
2020-01-08Change setVariable to use Text instead of String.John MacFarlane
2019-12-11Improved template API and fixed a bug. Closes #5979.John MacFarlane
2019-11-14Change optInputFiles to a `Maybe [FilePath]`.John MacFarlane