diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-04 17:30:12 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-10-04 13:06:23 -0700 |
| commit | 86e009b49547e7072cf099b7990cb7ff2b864979 (patch) | |
| tree | 29b34f6931c3d174271b7788f0a37c04144a7247 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | a50765b3e42de0295ffcb090f77f140070b57d0a (diff) | |
Lua: add new module `pandoc.format`.
The module provides functions to query the set of extensions supported
by formats, and the set of extension enabled per default.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index c3a24dcca..623ba1363 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -73,6 +73,7 @@ library , Text.Pandoc.Lua.Marshal.Sources , Text.Pandoc.Lua.Marshal.Template , Text.Pandoc.Lua.Marshal.WriterOptions + , Text.Pandoc.Lua.Module.Format , Text.Pandoc.Lua.Module.MediaBag , Text.Pandoc.Lua.Module.Pandoc , Text.Pandoc.Lua.Module.System |
