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

Text.Pandoc.Lua.Marshal.MathType

Description

Marshaling/unmarshaling functions of MathType values.

Synopsis

Documentation

peekMathType :: Peeker e MathType Source #

Retrieves a MathType value from a string.

pushMathType :: Pusher e MathType Source #

Pushes a MathType value as a string.