pandoc-lua-marshal-0.2.0: 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.Format

Description

Marshaling/unmarshaling functions of Format values.

Synopsis

Documentation

peekFormat :: Peeker e Format Source #

Retrieves a Format value from a string.

pushFormat :: Pusher e Format Source #

Pushes a Format value as a string.