pandoc/src/Text/Pandoc/Readers
John MacFarlane c243e5b67b Use texmath's parser in TexMath module.
* This replaces a lot of custom parser code, and expands
  the tex -> unicode conversion.
* The behavior has also changed: if the whole formula can't
  be converted, the whole formula is left in raw TeX.
  Previously, pandoc converted parts of the formula to unicode
  and left other parts in raw TeX.
* Added (but not yet exported) readTeXMath', which returns a Maybe.
* Updated tests
2010-04-25 20:30:27 -07:00
..
HTML.hs Properly escape URIs in all readers. 2010-03-23 15:07:48 -07:00
LaTeX.hs Properly escape URIs in all readers. 2010-03-23 15:07:48 -07:00
Markdown.hs In parsing smart quotes, leave unicode curly quotes alone. 2010-04-10 12:05:26 -07:00
RST.hs Properly escape URIs in all readers. 2010-03-23 15:07:48 -07:00
TeXMath.hs Use texmath's parser in TexMath module. 2010-04-25 20:30:27 -07:00