| Copyright | © 2021-2024 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.
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.