aboutsummaryrefslogtreecommitdiff
path: root/test/lua/smart-constructors.lua
AgeCommit message (Collapse)Author
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.
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel
Incorrect types to pandoc element constructors are automatically converted to the correct types when possible. This was already done for most constructors, but conversions are now also done for nested types (like lists of lists).