From 64f45fefa7a8cb5597d1eb63ca3f276a56802ccf Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 10 Dec 2024 11:06:02 +0100 Subject: Lua: add `Caption` constructor to `pandoc` module. --- pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc-lua-engine') 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 -- cgit v1.2.3