pandoc/src/Text/Pandoc/Readers
fiddlosopher 96919a6ac5 More smart quote bug fixes:
+ LaTeX writer now handles consecutive quotes properly:
  for example, ``\,`hello'\,''
+ LaTeX reader now parses '\,' as empty Str
+ normalizeSpaces function in Shared now removes empty Str elements
+ Modified tests accordingly


git-svn-id: https://pandoc.googlecode.com/svn/trunk@506 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-24 08:14:43 +00:00
..
HTML.hs Modified HTML reader to skip a newline following a <br> tag. 2007-01-03 20:52:12 +00:00
LaTeX.hs More smart quote bug fixes: 2007-01-24 08:14:43 +00:00
Markdown.hs Fixed bug in smart quoting: recognize ' in contractions like 2007-01-24 04:49:36 +00:00
RST.hs Simplified list parsing code in RST reader. 2006-12-31 18:14:51 +00:00