diff options
| author | Albert Krewinkel <[email protected]> | 2024-12-10 11:06:02 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-12-10 11:06:37 +0100 |
| commit | 64f45fefa7a8cb5597d1eb63ca3f276a56802ccf (patch) | |
| tree | 39489cd7d282e19a5c36ccdcfaa3af18e8b96894 /pandoc-lua-engine | |
| parent | 8c96c6e7768fbf4af8ebce1126400b7655de7a4d (diff) | |
Lua: add `Caption` constructor to `pandoc` module.
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs index 8fdfc3e20..4ad93dcbf 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs @@ -146,6 +146,7 @@ pushWithConstructorsSubtable constructors = do otherConstructors :: [DocumentedFunction PandocError] otherConstructors = [ mkAttr + , mkCaption , mkCell , mkAttributeList , mkCitation |
