index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
App
Age
Commit message (
Expand
)
Author
2023-07-19
Refine command line option preprocessor and add tests for #8956.
John MacFarlane
2023-07-19
Fix errors for illegal output formats.
John MacFarlane
2023-07-19
Fix regression on short boolean arguments.
John MacFarlane
2023-07-18
Fix typo on error message for incorrect --preserve-tabs argument.
John MacFarlane
2023-07-16
Fix typo from last commit.
John MacFarlane
2023-07-16
Capitalize option errors.
John MacFarlane
2023-07-16
Make --epub-title-page's argument optional.
John MacFarlane
2023-07-16
Improve errors for incorrect command-line option values.
John MacFarlane
2023-07-05
Make modern AsciiDoc the target for `asciidoc`.
John MacFarlane
2023-06-28
Allow all boolean flags to take an optional 'true' or 'false' value
Sam S. Almahri
2023-06-27
Use toTextM instead of toText when possible.
John MacFarlane
2023-06-27
Text.Pandoc.Class: add `toTextM`.
John MacFarlane
2023-06-19
Allow `epub-title-page` to be used in defaults files.
John MacFarlane
2023-03-26
Support typst as a pdf-engine.
John MacFarlane
2023-03-23
T.P.App.CommandLineOptions: don't lowercase arg to `--from`/`--read`
Albert Krewinkel
2023-03-20
T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710)
Albert Krewinkel
2023-01-30
Add new `--chunk-template` option (closes #8581).
John MacFarlane
2023-01-29
Fix 3.0 regression with `--print-highlight-style` option.
John MacFarlane
2023-01-25
Ensure that automatically set variables ...
John MacFarlane
2023-01-12
Replace `--epub-chapter-level` with `--split-level`.
John MacFarlane
2023-01-11
Add ChunkedHTML writer.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-20
T.P.Scripting: Refactor the scripting engine.
John MacFarlane
2022-12-14
T.P.App.OutputSettings: remove unused record field `outputWriterName`
Albert Krewinkel
2022-12-05
Lua: support `-D` CLI option for custom writers [API change]
Albert Krewinkel
2022-12-04
EPUB writer: make title page optional.
John MacFarlane
2022-12-01
Multiple input files with --file-scope:
John MacFarlane
2022-11-02
Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)
John MacFarlane
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-30
hlint suggestions.
John MacFarlane
2022-10-20
Add custom extensions.
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `findM` [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `ordNub` [API change].
John MacFarlane
2022-10-19
Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]
John MacFarlane
2022-10-19
Split Text.Pandoc.Version from Text.Pandoc.Shared.
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-10-14
Lua: Support built-in default templates for custom writers
Albert Krewinkel
2022-10-13
Rollback parameterize options on scripting engine.
John MacFarlane
2022-10-11
Templates: use filename to search for default template of custom writers
Albert Krewinkel
2022-10-10
Lua: support extensions in custom writers
Albert 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
Rename T.P.Network.HTTP -> T.P.URI.
John MacFarlane
2022-10-03
Separate 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-30
Move `--version` handling to pandoc-cli.
John MacFarlane
2022-09-30
App: move initial input-to-Pandoc code to internal submodule
Albert Krewinkel
2022-09-30
[API Change] Parameterize `convertWithOpts` over scripting engine.
Albert Krewinkel
2022-09-30
App: stop including the HsLua version in version info output
Albert Krewinkel
[next]