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
/
Opt.hs
Age
Commit message (
Expand
)
Author
2023-06-19
Allow `epub-title-page` to be used in defaults files.
John MacFarlane
2023-01-30
Add new `--chunk-template` option (closes #8581).
John MacFarlane
2023-01-12
Replace `--epub-chapter-level` with `--split-level`.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-04
EPUB writer: make title page optional.
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-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-09-29
Remove deprecated option `--strip-empty-paragraphs`.
John MacFarlane
2022-09-29
Remove deprecated `--atx-headers` option.
John MacFarlane
2022-09-29
Add `--list-tables` option.
John MacFarlane
2022-08-17
Redo FromJSON for Opt so that optional values can be omitted.
John MacFarlane
2022-06-14
add `--embed-resources` flag (#8121)
Elliot Bobrow
2022-05-14
Allow environment variable interpolation in highlight-style in defaults files...
Jaehwang Jung
2022-05-11
Allow environment variable interpolation in pdf-engine...
John MacFarlane
2022-01-31
Revert "T.P.App.Opt: fix logic bug in fullDefaultsPath."
John MacFarlane
2022-01-17
T.P.App.Opt: fix logic bug in fullDefaultsPath.
John MacFarlane
2022-01-13
When reading defaults file, stop at a line `...`.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-10-27
Change JSON encodings of some types.
John MacFarlane
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
2021-08-28
Add `--sandbox` option.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-03-20
Text.Pandoc.Parsing: remove F type synonym.
John MacFarlane
2021-03-06
Allow `--resource-path` to accumulate.
John MacFarlane
2021-03-05
Allow `${.}` in defaults files paths...
John MacFarlane
2021-03-05
Implement environment variable interpolation in defaults files.
John MacFarlane
2021-03-05
Add fields for CSL optinos to Opt.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2021-01-05
Implement defaults file inheritance (#6924)
David Martschenko
2020-11-15
Remove redundant bracket in App.Opt
Albert Krewinkel
2020-11-14
Markdown writer: default to using ATX headings.
Aner Lucero
2020-10-29
Allow citation-abbreviations in defaults file.
John MacFarlane
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
2020-06-29
Handle errors in yamlToMeta
Nikolay Yakimov
2020-06-29
Unify defaults and markdown metadata parsers
Nikolay Yakimov
2020-04-13
Add an option to disable certificate validation (#6156)
Cédric Couralet
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-01-31
Support 'bibliography' and 'csl' fields in defaults file.
John MacFarlane
2019-12-22
Ensure that later default file values for `variable` replace earlier ones.
John MacFarlane
2019-11-17
Reverted the behavior change with `--title-prefix`.
John MacFarlane
2019-11-14
Default files: Allow leaving input-files blank again.
John MacFarlane
2019-11-14
Change optInputFiles to a `Maybe [FilePath]`.
John MacFarlane
2019-11-13
Default files: combine with prior values when appropriate.
John MacFarlane
2019-11-13
Use `atx-headers` rather than `setext-headers` in defaults file...
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
[next]