aboutsummaryrefslogtreecommitdiff
path: root/data/init.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-12-23data/init.lua: load pandoc.utils by defaultAlbert Krewinkel1-0/+1
2017-12-06Lua filters: use script to initialize the interpreterAlbert Krewinkel1-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.