Safe Haskell | None |
---|
Text.TeXMath.Writers.Pandoc
Description
Functions for writing a parsed formula as a list of Pandoc Inlines.
- writePandoc :: DisplayType -> [Exp] -> Maybe [Inline]
Documentation
writePandoc :: DisplayType -> [Exp] -> Maybe [Inline]Source
Attempts to convert a formula to a list of Pandoc
inlines.