aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-10 14:07:41 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-12-10 17:24:50 +0100
commit3e7b46af642b205439e3dee52d805d738c4ad954 (patch)
tree0a98253ba5d07ae12bcc825dbc2e78694d9fa136 /src
parent20eb8ac7fded0220278e8818a92968328f9014eb (diff)
downloadpandoc-3e7b46af642b205439e3dee52d805d738c4ad954.tar.gz
Switch to released pandoc-lua-marshal-0.1.2
Cell values are now marshaled as userdata objects; a constructor function for table cells is provided as `pandoc.Cell`.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Lua/Module/Pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Lua/Module/Pandoc.hs b/src/Text/Pandoc/Lua/Module/Pandoc.hs
index 529a28cf8..ac159ae0d 100644
--- a/src/Text/Pandoc/Lua/Module/Pandoc.hs
+++ b/src/Text/Pandoc/Lua/Module/Pandoc.hs
@@ -115,6 +115,7 @@ otherConstructors =
, mkAttributeList
, mkBlocks
, mkCitation
+ , mkCell
, mkInlines
, mkListAttributes
, mkSimpleTable