summaryrefslogtreecommitdiff
path: root/test/Tests/Lua.hs
Commit message (Expand)AuthorAge
* Tests/Lua: fix tests on windowsAlbert Krewinkel2018-02-25
* Lua: register script name in global variableAlbert Krewinkel2018-02-24
* data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel2018-01-13
* data/pandoc.lua: accept single block as singleton listAlbert Krewinkel2018-01-13
* data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel2018-01-13
* Lua filters: improve error messagesAlbert Krewinkel2018-01-12
* Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel2018-01-12
* data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel2018-01-08
* Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel2018-01-07
* Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel2018-01-07
* Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel2017-12-23
* Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel2017-12-23
* Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel2017-12-23
* Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel2017-12-22
* Test more pandoc Lua module functionsAlbert Krewinkel2017-12-20
* Custom writer: use init file to setup Lua interpreterAlbert Krewinkel2017-12-13
* Lua filters: refactor lua module handlingAlbert Krewinkel2017-12-02
* data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel2017-11-20
* Lua filters: preload text module (#4077)Albert Krewinkel2017-11-18
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel2017-08-22
* Text.Pandoc.Lua: respect metatable when getting filtersAlbert Krewinkel2017-08-22
* Test fixes so we can find data files.John MacFarlane2017-08-14
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane2017-05-07
* Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel2017-04-30
* Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel2017-04-14
* Use lua constructors to push meta valuesAlbert Krewinkel2017-04-13
* Lua filter: improve doc filter performanceAlbert Krewinkel2017-04-07
* Ensure correctness of StackValue instancesAlbert Krewinkel2017-04-06
* Lua module: add readers submoduleAlbert Krewinkel2017-04-02
* Lua filters (#3514)Albert Krewinkel2017-03-20