Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-23 | data/init.lua: load pandoc.utils by default | Albert Krewinkel | 1 | -0/+1 | |
2017-12-06 | Lua filters: use script to initialize the interpreter | Albert Krewinkel | 1 | -0/+6 | |
The file `init.lua` is used to initialize the Lua interpreter which is used in Lua filters. This gives users the option to require libraries which they want to use in all of their filters, and to extend default modules. |