pandoc-1.5.1.1: Conversion between markup formatsSource codeContentsIndex
Text.Pandoc.Readers.TeXMath
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of TeX math to a list of Pandoc inline elements.
Synopsis
readTeXMath :: String -> [Inline]
Documentation
readTeXMathSource
:: StringString to parse (assumes '\n' line endings)
-> [Inline]
Converts a string of raw TeX math to a list of Pandoc inlines.
Produced by Haddock version 2.6.1