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.QuoteType

Description

Marshaling/unmarshaling functions of QuoteType values.

Synopsis

Documentation

peekQuoteType :: Peeker e QuoteType Source #

Retrieves a QuoteType value from a string.

pushQuoteType :: Pusher e QuoteType Source #

Pushes a QuoteType value as a string.