pandoc-lua-marshal-0.1.0: Use pandoc types in Lua
Copyright© 2021 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Lua.Marshal.Cell

Description

Marshaling/unmarshaling functions of table Cell values.

Synopsis

Documentation

peekCell :: LuaError e => Peeker e Cell Source #

Retrieves a table Cell from the stack.

pushCell :: LuaError e => Cell -> LuaE e () Source #

Push a table cell as a table with fields attr, alignment, row_span, col_span, and contents.