diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-15 11:03:52 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-15 11:03:52 -0700 |
commit | 7495d970b7e56de6a484ec2ebd05511317e2b812 (patch) | |
tree | 2605f4ee307499862276094c274be7d6fae670a5 /tests | |
parent | f40b2eb2e763ed08768e08394e5a131bd4373126 (diff) | |
download | pandoc-7495d970b7e56de6a484ec2ebd05511317e2b812.tar.gz |
Mardkown writer: escape < and $.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown index 364954e00..14fc3a434 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -528,10 +528,10 @@ LaTeX 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 +- \$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$. +- Shoes (\$20) and socks (\$5). +- Escaped `$`: \$73 *this should be emphasized* 23\$. Here’s a LaTeX table: @@ -560,7 +560,7 @@ AT&T is another way to write it. This & that. -4 < 5. +4 \< 5. 6 \> 5. |