pandoc-lua-marshal-0.2.2: Use pandoc types in Lua
Copyright© 2021-2023 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Lua.Marshal.Citation

Contents

Description

Marshaling/unmarshaling functions and constructor for Citation values.

Synopsis

Citation

peekCitation :: LuaError e => Peeker e Citation Source #

Retrieves a Citation value.

pushCitation :: LuaError e => Pusher e Citation Source #

Pushes a Citation value as userdata object.

typeCitation :: LuaError e => DocumentedType e Citation Source #

Citation object type.

mkCitation :: LuaError e => DocumentedFunction e Source #

Constructor function for Citation elements.