summaryrefslogtreecommitdiff
path: root/pandoc
AgeCommit message (Collapse)Author
2023-10-17Support converting individual inputs firstHEADmasterKlaus Aehlig
In this way, files of different types can easily be combined, as long as a common format to to through can be specified.
2023-06-16Support execution properties for typesetting actionsKlaus Aehlig
... in order to allow a specialized typesetting image to be used, so that the (potentially large) typesetting dependencies do not have to be installed in the normal build images.
2023-05-19support meta data filesKlaus Aehlig
In this way, meta data can be provided that is not statically known, but has to be computed via an action.
2022-11-10pandoc: Add data field to standaloneOliver Reiche
2022-11-09Initial commitKlaus Aehlig
The rules are still very basic; in particular, the latex rules do not support bibtex. Nevertheless, having typesetting rules in that basic form is already useful, especially when creating documents (slides, handbooks, web pages, etc) containing generated files, like sample logs of tools under development. Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com>