mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
Custom writers can define a default template via a global `Template` function; the data directory is no longer searched for a default template. Writer authors can restore the old lookup behavior with ``` lua Template = function () local template return template.compile(template.default(PANDOC_SCRIPT_FILE)) end ```
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
test/fb2/reader/* -text
|
|
pandoc-lua-engine/test/*.custom -text
|
|
pandoc-lua-engine/test/*.txt -text
|