aboutsummaryrefslogtreecommitdiff
path: root/test/lua/single-to-double-quoted.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-06-29Lua filters: Remove special treatment of Quoted, Math.John MacFarlane1-2/+4
No more SingleQuoted, DoubleQuoted, InlineMath, DisplayMath. This makes everything uniform and predictable, though it does open up a difference btw lua filters and custom writers.
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.