pandoc/Text/Pandoc/Readers
fiddlosopher 7c35c0bc25 Fixed bug in Markdown parser: regular $s triggering math mode.
For example:  "shoes ($20) and socks ($5)."

The fix consists in two new restrictions:
+ the $ that ends a math span may not be directly followed by a digit.
+ no blank lines may be included within a math span.

Thanks to Joseph Reagle for noticing the bug.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1326 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-07-15 20:41:27 +00:00
..
HTML.hs Commented out some unneeded code in HTML reader. 2008-07-15 00:56:53 +00:00
LaTeX.hs LaTeX reader - Code cleanup. 2008-07-15 00:14:58 +00:00
Markdown.hs Fixed bug in Markdown parser: regular $s triggering math mode. 2008-07-15 20:41:27 +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