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/dokuwiki_inline_formatting.dokuwiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/dokuwiki_inline_formatting.dokuwiki') diff --git a/tests/dokuwiki_inline_formatting.dokuwiki b/tests/dokuwiki_inline_formatting.dokuwiki index dd5cb52b4..262094184 100644 --- a/tests/dokuwiki_inline_formatting.dokuwiki +++ b/tests/dokuwiki_inline_formatting.dokuwiki @@ -6,7 +6,8 @@ Some people use single underlines for //emphasis//. Above the line is superscript and below the line is subscript. -A line\\ break. +A line\\ +break. hello %%//%% world %%**%% from %%__%% me -- cgit v1.2.3