aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Template.hs
AgeCommit message (Collapse)Author
2026-01-08Lua: switch to HsLua 2.5Albert Krewinkel
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-06-08Lua: add function `pandoc.template.get`.Albert Krewinkel
The function allows to specify a template with the same argument value that would be used with the `--template` command line parameter. Closes: #9854 Co-authored-by: Carsten Gips <[email protected]>
2024-06-07doc/lua-filters: autogenerate docs for module pandoc.templateAlbert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-03-19Lua: add info on when functions became available in pandocAlbert Krewinkel
2023-03-13Switch to hslua-2.3Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-12Lua: add function `pandoc.template.meta_to_context`.Albert Krewinkel
The functions converts Meta values to template contexts; the intended use is in combination with `pandoc.template.apply`.
2022-10-11Lua: add function `pandoc.template.apply`Albert Krewinkel
The new function applies a context, containing variable assignments, to a template.
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3.