Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-15 | Lua filter: revert to non-destructuring filters | Albert Krewinkel | 1 | -2/+3 | |
We want to provide an interface familiar to users of other filtering libraries. | |||||
2017-04-14 | Lua filter: allow shorthand functions for math and quoted | Albert Krewinkel | 1 | -0/+7 | |
Allow to use functions named `SingleQuoted`, `DoubleQuoted`, `DisplayMath`, and `InlineMath` in filters. |