aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2024-12-10 11:06:02 +0100
committerAlbert Krewinkel <[email protected]>2024-12-10 11:06:37 +0100
commit64f45fefa7a8cb5597d1eb63ca3f276a56802ccf (patch)
tree39489cd7d282e19a5c36ccdcfaa3af18e8b96894
parent8c96c6e7768fbf4af8ebce1126400b7655de7a4d (diff)
Lua: add `Caption` constructor to `pandoc` module.
-rw-r--r--pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs1
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