|
| Text.Pandoc.Readers.TeXMath | | Portability | portable | | Stability | alpha | | Maintainer | John MacFarlane <jgm@berkeley.edu> |
|
|
|
| Description |
| Conversion of TeX math to a list of Pandoc inline elements.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| :: String | String 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.0 |