pandoc/.gitattributes
Albert Krewinkel 8900b0f953 Lua: Support built-in default templates for custom writers
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
```
2022-10-14 10:37:37 -07:00

3 lines
99 B
Text

test/fb2/reader/* -text
pandoc-lua-engine/test/*.custom -text
pandoc-lua-engine/test/*.txt -text