diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-02-05 10:56:59 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-02-06 16:01:24 -0800 |
| commit | 49f1e7608ead7a9bc0e73e99b24e47a9a8cf0400 (patch) | |
| tree | b12bb6e742e5d84b4a910848dc22234969c4fb3d /src/Text/Pandoc/Lua/Init.hs | |
| parent | ae846381c33866a6c5646d82da455182bca4fcc5 (diff) | |
Lua: add module `pandoc.layout` to format and layout text
Diffstat (limited to 'src/Text/Pandoc/Lua/Init.hs')
| -rw-r--r-- | src/Text/Pandoc/Lua/Init.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Lua/Init.hs b/src/Text/Pandoc/Lua/Init.hs index c3d792a37..1df3fa959 100644 --- a/src/Text/Pandoc/Lua/Init.hs +++ b/src/Text/Pandoc/Lua/Init.hs @@ -45,6 +45,7 @@ runLua luaOp = do loadedModules :: [(Name, Name)] loadedModules = [ ("pandoc.List", "List") + , ("pandoc.layout", "layout") , ("pandoc.mediabag", "mediabag") , ("pandoc.path", "path") , ("pandoc.system", "system") |
