aboutsummaryrefslogtreecommitdiff
path: root/test/lua/block-count.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.
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel
Try function `Inline`/`Block` if no other filter function of the respective type matches an element. Closes: #3859