diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-19 14:31:52 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-19 14:31:52 +0100 |
commit | dc3dcc2ccd3435ca88cf1eaeea05f62806f066d6 (patch) | |
tree | d018843d0c51d55af37c417b726ee7e1919a3d12 /src/Text/Pandoc | |
parent | a0af1b5926e45c830f734883b909e733fd3c01cb (diff) | |
download | pandoc-dc3dcc2ccd3435ca88cf1eaeea05f62806f066d6.tar.gz |
Lua: fixup, should have been part of previous commit
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Lua/Module/Pandoc.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Lua/Module/Pandoc.hs b/src/Text/Pandoc/Lua/Module/Pandoc.hs index ac159ae0d..20c2f5af5 100644 --- a/src/Text/Pandoc/Lua/Module/Pandoc.hs +++ b/src/Text/Pandoc/Lua/Module/Pandoc.hs @@ -116,6 +116,9 @@ otherConstructors = , mkBlocks , mkCitation , mkCell + , mkRow + , mkTableHead + , mkTableFoot , mkInlines , mkListAttributes , mkSimpleTable |