Age | Commit message (Expand) | Author | Files | Lines |
2017-12-23 | Lua modules: add function pandoc.utils.hierarchicalize | Albert Krewinkel | 1 | -1/+2 |
2017-12-23 | Lua modules: add function pandoc.utils.normalize_date | Albert Krewinkel | 1 | -1/+2 |
2017-12-23 | Lua modules: add function pandoc.utils.to_roman_numeral | Albert Krewinkel | 1 | -0/+1 |
2017-12-22 | Lua modules: add stringify function to pandoc.utils | Albert Krewinkel | 1 | -0/+1 |
2017-12-20 | Test more pandoc Lua module functions | Albert Krewinkel | 1 | -0/+11 |
2017-12-13 | Custom writer: use init file to setup Lua interpreter | Albert Krewinkel | 1 | -13/+18 |
2017-12-02 | Lua filters: refactor lua module handling | Albert Krewinkel | 1 | -13/+11 |
2017-11-20 | data/pandoc.lua: enable table-like behavior of attributes (#4080) | Albert Krewinkel | 1 | -3/+11 |
2017-11-18 | Lua filters: preload text module (#4077) | Albert Krewinkel | 1 | -3/+9 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -8/+8 |
2017-09-30 | Text.Pandoc.Lua: add mediabag submodule | Albert Krewinkel | 1 | -3/+7 |
2017-08-22 | Text.Pandoc.Lua: support Inline and Block catch-alls | Albert Krewinkel | 1 | -0/+6 |
2017-08-22 | Text.Pandoc.Lua: respect metatable when getting filters | Albert Krewinkel | 1 | -0/+6 |
2017-08-14 | Test fixes so we can find data files. | John MacFarlane | 1 | -2/+2 |
2017-08-13 | Use hslua >= 0.7, update Lua code | Albert Krewinkel | 1 | -17/+14 |
2017-06-29 | Added parameter for user data directory to runLuaFilter. | John MacFarlane | 1 | -2/+2 |
2017-05-07 | Use fewer quickcheck tests for lua tests, to speed things up. | John MacFarlane | 1 | -3/+3 |
2017-04-30 | Lua filter: fall-back to global filters when none is returned | Albert Krewinkel | 1 | -0/+6 |
2017-04-14 | Lua filter: allow shorthand functions for math and quoted | Albert Krewinkel | 1 | -14/+21 |
2017-04-13 | Use lua constructors to push meta values | Albert Krewinkel | 1 | -2/+6 |
2017-04-07 | Lua filter: improve doc filter performance | Albert Krewinkel | 1 | -1/+9 |
2017-04-06 | Ensure correctness of StackValue instances | Albert Krewinkel | 1 | -0/+28 |
2017-04-02 | Lua module: add readers submodule | Albert Krewinkel | 1 | -0/+6 |
2017-03-20 | Lua filters (#3514) | Albert Krewinkel | 1 | -0/+34 |