pandoc-lua-marshal-0.3.2.1: Use pandoc types in Lua
Copyright© 2021-2026 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <albert@zeitkraut.de>
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Lua.Marshal.SimpleTable

Description

Definition and marshaling of the SimpleTable data type used as a convenience type when dealing with tables.

Synopsis

Documentation

data SimpleTable Source #

A simple (legacy-style) table.

Constructors

SimpleTable 

Fields

peekSimpleTable :: LuaError e => Peeker e SimpleTable Source #

Retrieve a simple table from the stack.

pushSimpleTable :: LuaError e => SimpleTable -> LuaE e () Source #

Push a simple table to the stack by calling the pandoc.SimpleTable constructor.

mkSimpleTable :: LuaError e => DocumentedFunction e Source #

Constructor for the SimpleTable type.