summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App
AgeCommit message (Expand)Author
2023-07-19Refine command line option preprocessor and add tests for #8956.John MacFarlane
2023-07-19Fix errors for illegal output formats.John MacFarlane
2023-07-19Fix regression on short boolean arguments.John MacFarlane
2023-07-18Fix typo on error message for incorrect --preserve-tabs argument.John MacFarlane
2023-07-16Fix typo from last commit.John MacFarlane
2023-07-16Capitalize option errors.John MacFarlane
2023-07-16Make --epub-title-page's argument optional.John MacFarlane
2023-07-16Improve errors for incorrect command-line option values.John MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-06-28Allow all boolean flags to take an optional 'true' or 'false' valueSam S. Almahri
2023-06-27Use toTextM instead of toText when possible.John MacFarlane
2023-06-27Text.Pandoc.Class: add `toTextM`.John MacFarlane
2023-06-19Allow `epub-title-page` to be used in defaults files.John MacFarlane
2023-03-26Support typst as a pdf-engine.John MacFarlane
2023-03-23T.P.App.CommandLineOptions: don't lowercase arg to `--from`/`--read`Albert Krewinkel
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-29Fix 3.0 regression with `--print-highlight-style` option.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-12-01Multiple input files with --file-scope: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-30hlint suggestions.John MacFarlane
2022-10-20Add custom extensions.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-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]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-13Rollback parameterize options on scripting engine.John MacFarlane
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-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-10-03[API Change] Base custom writers on Writer type.Albert Krewinkel
2022-09-30Move `--version` handling to pandoc-cli.John MacFarlane
2022-09-30App: move initial input-to-Pandoc code to internal submoduleAlbert Krewinkel
2022-09-30[API Change] Parameterize `convertWithOpts` over scripting engine.Albert Krewinkel
2022-09-30App: stop including the HsLua version in version info outputAlbert Krewinkel