9a9c138d9c
All Lua modules bundled with pandoc, i.e., `pandoc.List`, `pandoc.mediabag`, `pandoc.utils`, and `text` are re-exported from the `pandoc` module. They are assigned to the fields `List`, `mediabag`, `utils`, and `text`, respectively.
5 lines
209 B
Lua
5 lines
209 B
Lua
-- 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'
|