summaryrefslogtreecommitdiff
path: root/data/init.lua
Commit message (Collapse)AuthorAge
* data/init.lua: load pandoc.utils by defaultAlbert Krewinkel2017-12-23
|
* Lua filters: use script to initialize the interpreterAlbert Krewinkel2017-12-06
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.