Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-07 | Lua: make pandoc-types version available as PANDOC_API_VERSION | Albert Krewinkel | 1 | -0/+3 | |
The current pandoc-types version is made available to Lua programs in the global PANDOC_API_VERSION. It contains the version as a list of numbers. | |||||
2018-01-07 | Lua: make pandoc version available as PANDOC_VERSION | Albert Krewinkel | 1 | -0/+4 | |
The current pandoc version is made available to Lua programs in the global PANDOC_VERSION. It contains the version as a list of numbers. | |||||
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 | |
2017-12-18 | Lua filters: perform minor code clean-up | Albert Krewinkel | 1 | -4/+4 | |
Change: minor | |||||
2017-12-13 | Custom writer: use init file to setup Lua interpreter | Albert Krewinkel | 1 | -0/+79 | |
The same init file (`data/init`) that is used to setup the Lua interpreter for Lua filters is also used to setup the interpreter of custom writers.lua. |