pandoc/Text/Pandoc/Readers
fiddlosopher fc24c79db6 LaTeX reader: improvements in raw LaTeX parsing.
+ "loose punctuation" (like {}) parsed as Space
+ Para elements must contain more than Str "" and Space elements
+ Added parser for "\ignore" command used in literate haskell.
+ Reworked unknownCommand and rawLaTeXInline: when not in "parse raw"
  mode, these parsers simply strip off the command part and allow
  the arguments to be parsed normally.  So, for example,
  \blorg{\emph{hi}} will be parsed as Emph "hi" rather than
  Str "{\\emph{hi}}".


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1420 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-06 18:05:18 +00:00
..
HTML.hs Commented out some unneeded code in HTML reader. 2008-07-15 00:56:53 +00:00
LaTeX.hs LaTeX reader: improvements in raw LaTeX parsing. 2008-09-06 18:05:18 +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