Copyright | © 2021-2023 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.Pandoc.Lua.Marshal.Row
Description
Marshaling/unmarshaling functions of Row
values.
Synopsis
- peekRow :: LuaError e => Peeker e Row
- peekRowFuzzy :: LuaError e => Peeker e Row
- pushRow :: LuaError e => Row -> LuaE e ()
- typeRow :: LuaError e => DocumentedType e Row
- mkRow :: LuaError e => DocumentedFunction e
Documentation
peekRowFuzzy :: LuaError e => Peeker e Row 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
.