summaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal
AgeCommit message (Expand)Author
2024-02-20Lua: avoid crashing when an error message is not valid UTF-8Albert Krewinkel
2023-03-12Lua: allow to get the JSON encoding of log messagesAlbert Krewinkel
2023-02-09Lua: add field `chunk_template` to WriterOptions objects [API change]Albert Krewinkel
2023-01-18Lua: add function pandoc.format.extensions.Albert Krewinkel
2023-01-15Lua: add module `pandoc.structure`.Albert Krewinkel
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-16Lua: allow table structure as format spec.Albert Krewinkel
2022-10-30hlint suggestions.John MacFarlane
2022-10-27Lua: allow strings in place of compiled templates.Albert Krewinkel
2022-10-20Add custom extensions.John MacFarlane
2022-10-16Lua: fix rendering of Lua errors in LuaAlbert Krewinkel
2022-10-16Lua: fix peeker for PandocError.Albert Krewinkel
2022-10-12Lua: add function `pandoc.template.meta_to_context`.Albert Krewinkel
2022-10-12Lua: allow Doc values in `WriterOptions.variables`.Albert Krewinkel
2022-10-11Lua: add function `pandoc.template.apply`Albert Krewinkel
2022-10-10Lua: support extensions in custom writersAlbert Krewinkel
2022-10-05Lua: produce more informative error messages for pandoc errorsAlbert Krewinkel
2022-10-04Lua: ensure that extensions marshaling is consistent.Albert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel