pandoc-1.0: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Pandoc.Readers.TeXMath

Description

Conversion of TeX math to a list of Pandoc inline elements.

Synopsis

Documentation

readTeXMath :: String -> [Inline]Source

Converts a string of raw TeX math to a list of Pandoc inlines.