From 78cea94f45b88ed68182f375ed81f3bd0092bd29 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 20 Dec 2010 19:35:29 -0800 Subject: Markdown writer: use \ for newline instead of two spaces at eol. (Unless --strict.) --- tests/writer.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/writer.markdown b/tests/writer.markdown index 992bcd020..cc56b8b3a 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -41,7 +41,7 @@ item. Here’s one with a bullet. \* criminey. -There should be a hard line break +There should be a hard line break\ here. * * * * * -- cgit v1.2.3