Lua: load module pandoc.path
on startup
Previously the module always had to be loaded via `require 'pandoc.path'`. Closes: #7524
This commit is contained in:
parent
96e76d4cd4
commit
1c02145d93
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ local M = {}
|
|||
-- Re-export bundled modules
|
||||
M.List = require 'pandoc.List'
|
||||
M.mediabag = require 'pandoc.mediabag'
|
||||
M.path = require 'pandoc.path'
|
||||
M.system = require 'pandoc.system'
|
||||
M.types = require 'pandoc.types'
|
||||
M.utils = require 'pandoc.utils'
|
||||
|
|
Loading…
Reference in a new issue