pandoc-lua-marshal-0.1.7: Use pandoc types in Lua
Copyright© 2021-2022 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Lua.Marshal.CitationMode

Description

Marshaling/unmarshaling functions of CitationMode values.

Synopsis

Documentation

peekCitationMode :: Peeker e CitationMode Source #

Retrieves a Citation value from a string.

pushCitationMode :: Pusher e CitationMode Source #

Pushes a CitationMode value as string.