Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <[email protected]> |
Text.Pandoc.Readers.TeXMath
Description
Conversion of TeX math to a list of Pandoc
inline elements.
- readTeXMath :: String -> [Inline]
Documentation
Converts a string of raw TeX math to a list of Pandoc
inlines.