aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/test/Tests/Lua
AgeCommit message (Expand)Author
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-05-10Lua: add a `pandoc.log` module.Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-16Lua: add new module `pandoc.image`Albert Krewinkel
2023-03-20Lua: load text module as `pandoc.text`.Albert Krewinkel
2023-02-11Lua: add module `pandoc.json` to handle JSON encodingAlbert Krewinkel
2023-01-15Lua: add module `pandoc.structure`.Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-20T.P.Scripting: Refactor the scripting engine.John MacFarlane
2022-12-16Format: use simpler structure for ExtensionsDiff.Albert Krewinkel
2022-12-05Lua: support `-D` CLI option for custom writers [API change]Albert Krewinkel
2022-10-30hlint suggestions.John MacFarlane
2022-10-14Lua: Support built-in default templates for custom writersAlbert Krewinkel
2022-10-12Lua: support extensions in custom readers.Albert Krewinkel
2022-10-10Lua: support extensions in custom writersAlbert Krewinkel
2022-10-10Lua: support custom bytestring readers.Albert Krewinkel
2022-10-04Lua: add new module `pandoc.format`.Albert Krewinkel
2022-10-03Add test for custom bytestring writersAlbert Krewinkel
2022-10-03[API Change] Base custom writers on Writer type.Albert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel