Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-29 | Lua filters: Remove special treatment of Quoted, Math. | John MacFarlane | 1 | -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-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. |