| Copyright | © 2021-2024 Albert Krewinkel | 
|---|---|
| License | MIT | 
| Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Text.Pandoc.Lua.Marshal.Cell
Description
Marshaling/unmarshaling functions of table Cell values.
Documentation
peekCellFuzzy :: LuaError e => Peeker e Cell #
Retrieves a Cell from the stack, accepting either a 'pandoc Cell'
 userdata object or a table with fields attr, alignment, row_span,
 col_span, and contents.
pushCell :: LuaError e => Cell -> LuaE e () #
Push a table cell as a table with fields attr, alignment,
 row_span, col_span, and contents.
typeCell :: LuaError e => DocumentedType e Cell #
Cell object type.
mkCell :: LuaError e => DocumentedFunction e #
Constructor function for Cell values.