diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-10 14:07:41 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-10 17:24:50 +0100 |
commit | 3e7b46af642b205439e3dee52d805d738c4ad954 (patch) | |
tree | 0a98253ba5d07ae12bcc825dbc2e78694d9fa136 /src/Text/Pandoc | |
parent | 20eb8ac7fded0220278e8818a92968328f9014eb (diff) | |
download | pandoc-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/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Lua/Module/Pandoc.hs | 1 |
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 |