| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-27 | Fix test for template marshaling. | Albert Krewinkel | |
| 2022-10-27 | Lua: allow strings in place of compiled templates. | Albert Krewinkel | |
| This allows to use a string as parameter to `pandoc.template.apply` and in the WriterOptions `template` field. Closes: #8321 | |||
| 2022-10-11 | Lua: add function `pandoc.template.apply` | Albert Krewinkel | |
| The new function applies a context, containing variable assignments, to a template. | |||
| 2022-10-05 | Lua: fix tests on Windows broken in previous commit. | Albert Krewinkel | |
| 2022-10-05 | Lua: produce more informative error messages for pandoc errors | Albert Krewinkel | |
| Errors are reported in Lua in the same words in which they would be reported in the terminal. | |||
| 2022-09-30 | [API Change] Extract Lua code into new package pandoc-lua-engine | Albert Krewinkel | |
| The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3. | |||
