aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'data/pandoc.lua')
-rw-r--r--data/pandoc.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/pandoc.lua b/data/pandoc.lua
index 7c38f2191..2dd8e448e 100644
--- a/data/pandoc.lua
+++ b/data/pandoc.lua
@@ -24,9 +24,13 @@ THIS SOFTWARE.
-- @license MIT
local M = {}
+-- Other modules used here; those are also re-exported.
local List = require 'pandoc.List'
local utils = require 'pandoc.utils'
+M.List = List
+M.utils = utils
+
------------------------------------------------------------------------
-- Accessor objects
--