pandoc/Text/Pandoc/Readers
fiddlosopher b422711451 LaTeX reader: minor improvements.
+ parse '{}', if present, after \textless, \textgreater,
  \textbar, \textbackslash, \ldots.
+ Parse unescaped special characters verbatim rather than
  changing them to spaces.  This way arguments of unknown
  commands will appear in braces.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1424 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-06 20:45:53 +00:00
..
HTML.hs Commented out some unneeded code in HTML reader. 2008-07-15 00:56:53 +00:00
LaTeX.hs LaTeX reader: minor improvements. 2008-09-06 20:45:53 +00:00
Markdown.hs Changed Float to Double in definition of Table element. 2008-09-06 02:51:44 +00:00
RST.hs Code cleanup - RST reader. 2008-07-15 00:54:43 +00:00
TeXMath.hs Code cleanup in TexMath reader. 2008-07-13 23:58:35 +00:00