Copyright | © 2021-2023 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.Pandoc.Lua.Marshal.Cell
Description
Marshaling/unmarshaling functions of table Cell
values.
Synopsis
- peekCell :: LuaError e => Peeker e Cell
- peekCellFuzzy :: LuaError e => Peeker e Cell
- pushCell :: LuaError e => Cell -> LuaE e ()
- typeCell :: LuaError e => DocumentedType e Cell
- mkCell :: LuaError e => DocumentedFunction e
Documentation
peekCellFuzzy :: LuaError e => Peeker e Cell Source #
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
.