aboutsummaryrefslogtreecommitdiff
path: root/test/lua/single-to-double-quoted.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel1-2/+3
We want to provide an interface familiar to users of other filtering libraries.
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel1-0/+7
Allow to use functions named `SingleQuoted`, `DoubleQuoted`, `DisplayMath`, and `InlineMath` in filters.