From 0c18f3a854efaba54367f66d0f572afcab7d57f0 Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Wed, 4 Feb 2015 22:42:22 -0800 Subject: Append newline to the LineBreak of various writers This change improves output formatting of content with a large amount of force line breaks, such as line-blocks. The following writers are affected: * Dokuwiki * HTML * EPUB (via HTML) * LaTeX * MediaWiki * OpenDocument * Texinfo This commit resolves #1924 --- tests/writer.texinfo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/writer.texinfo') diff --git a/tests/writer.texinfo b/tests/writer.texinfo index 7b59ea651..c5eb9748a 100644 --- a/tests/writer.texinfo +++ b/tests/writer.texinfo @@ -129,7 +129,8 @@ In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. Beca Here's one with a bullet. * criminey. -There should be a hard line break@*here. +There should be a hard line break@* +here. @iftex @bigskip@hrule@bigskip -- cgit v1.2.3