Text.Pandoc.Lua.Marshal.Pandoc
Contents
Description
Marshaling/unmarshaling functions of Pandoc values.
Pandoc
peekPandoc :: LuaError e => Peeker e Pandoc Source #
Retrieves a Pandoc document from a userdata value.
pushPandoc :: LuaError e => Pusher e Pandoc Source #
Pushes a Pandoc value as userdata.
mkPandoc :: LuaError e => DocumentedFunction e Source #
Constructor function for Pandoc values.
peekMeta :: LuaError e => Peeker e Meta Source #
Retrieves a Meta value from a string-indexed table.
Meta
pushMeta :: LuaError e => Pusher e Meta Source #
Pushes a Meta value as a string-indexed table.
mkMeta :: LuaError e => DocumentedFunction e Source #
Constructor for Meta values.