| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Lua: support `-D` CLI option for custom writers [API change] | Albert Krewinkel | |
| A new error `PandocNoTemplateError` (code 87) is thrown if a template is required but cannot be found. | |||
| 2022-10-14 | Lua: Support built-in default templates for custom writers | Albert Krewinkel | |
| 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 ``` | |||
