aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module/Types.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel1-27/+3
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel1-19/+37
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel1-1/+0
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel1-4/+0
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel1-1/+0
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel1-3/+3
2021-10-22Switch to hslua-2.0Albert Krewinkel1-40/+26
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-1/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-5/+0
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel1-0/+46
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel1-0/+28