aboutsummaryrefslogtreecommitdiff
path: root/data/init.lua
blob: 7a46269d8e6a10acb2cc60849691e03ec502b46c (plain)
1
2
3
4
5
6
-- 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'
pandoc.mediabag = require 'pandoc.mediabag'