diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-15 20:41:27 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-15 20:41:27 +0000 |
commit | 7c35c0bc253c3ca15c29adf3309f08a42b99127c (patch) | |
tree | 7e991fb37e7866a48533aa23892287a61949596a /tests/writer.markdown | |
parent | 235e41f2464afbee31463f0edcd3a6ca579b7cfb (diff) | |
download | pandoc-7c35c0bc253c3ca15c29adf3309f08a42b99127c.tar.gz |
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
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r-- | tests/writer.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown index 41a116e9a..fbe3c085f 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -507,6 +507,7 @@ These shouldn't be math: - To get the famous equation, write `$e = mc^2$`. - $22,000 is a *lot* of money. So is $34,000. (It worked if "lot" is emphasized.) +- Shoes ($20) and socks ($5). - Escaped `$`: $73 *this should be emphasized* 23$. Here's a LaTeX table: |