pandoc-lua-marshal-0.1.3.1: Use pandoc types in Lua
Copyright© 2021 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellNone
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.