From 7ace7dd66b3b82edaafeb822d8d0f9318feb8b79 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Dec 2016 17:13:06 +0100 Subject: Markdown writer: Fixed incorrect word wrapping. Previously pandoc would sometimes wrap lines too early due to this bug. Closes #3277. --- tests/writer.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/writer.markdown') diff --git a/tests/writer.markdown b/tests/writer.markdown index f59174023..4f91a803b 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -548,8 +548,8 @@ 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 emphasized.) +- \$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\$. -- cgit v1.2.3