Copyright | © 2021-2024 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <[email protected]> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.Pandoc.Lua.Marshal.Row
Description
Marshaling/unmarshaling functions of Row
values.
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
.