From 5ecadd7bfac0fea7b4269822b82aacf63fb192be Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 13 Jan 2013 09:25:56 -0800 Subject: Use line block in RST writer when a paragraph contains linebreaks. Previously linebreaks weren't supported in RST, since RST has no native linebreak construct. --- tests/writer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/writer.rst b/tests/writer.rst index 09b301613..399600ac0 100644 --- a/tests/writer.rst +++ b/tests/writer.rst @@ -59,8 +59,8 @@ item. Here’s one with a bullet. \* criminey. -There should be a hard line break -here. +| There should be a hard line break +| here. -------------- -- cgit v1.2.3