diff options
author | Tim Lin <timtylin@gmail.com> | 2015-02-04 22:42:22 -0800 |
---|---|---|
committer | Tim Lin <timtylin@gmail.com> | 2015-02-04 22:42:22 -0800 |
commit | 0c18f3a854efaba54367f66d0f572afcab7d57f0 (patch) | |
tree | d9ee294bfe88e14932b84dae8f42525d2ea0d9a0 /tests/writer.opendocument | |
parent | fb7a03dcda6872e5f41c16783dc66244805ac44a (diff) | |
download | pandoc-0c18f3a854efaba54367f66d0f572afcab7d57f0.tar.gz |
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
Diffstat (limited to 'tests/writer.opendocument')
-rw-r--r-- | tests/writer.opendocument | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/writer.opendocument b/tests/writer.opendocument index 81c793a62..ac436150d 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -896,7 +896,8 @@ of a paragraph looked like a list item.</text:p> <text:p text:style-name="Text_20_body">Here’s one with a bullet. * criminey.</text:p> <text:p text:style-name="Text_20_body">There should be a hard line -break<text:line-break />here.</text:p> +break<text:line-break /> +here.</text:p> <text:p text:style-name="Horizontal_20_Line" /> <text:h text:style-name="Heading_20_1" text:outline-level="1">Block Quotes</text:h> |