aboutsummaryrefslogtreecommitdiff
path: root/data/init.lua
blob: 96813a7d1563bc65b0a0feb7837cf7603f6075cc (plain)
1
2
3
4
5
-- This Lua script is run every time the Lua interpreter is started when running
-- a Lua filter. It can be customized to load additional modules or to alter the
-- default modules.

pandoc = require 'pandoc'