aboutsummaryrefslogtreecommitdiff
path: root/test/lua/block-count.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel1-0/+11
Try function `Inline`/`Block` if no other filter function of the respective type matches an element. Closes: #3859