scholdoc-texmath-0.1.0.1: Scholdoc fork of texmath

Safe HaskellNone
LanguageHaskell2010

Text.TeXMath.Writers.Pandoc

Description

Functions for writing a parsed formula as a list of Pandoc Inlines.

Synopsis

Documentation

writePandoc :: DisplayType -> [Exp] -> Maybe [Inline] Source

Attempts to convert a formula to a list of Pandoc inlines.