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.mediawiki | |
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.mediawiki')
-rw-r--r-- | tests/writer.mediawiki | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/writer.mediawiki b/tests/writer.mediawiki index efd43cb04..b8b99c5e7 100644 --- a/tests/writer.mediawiki +++ b/tests/writer.mediawiki @@ -36,7 +36,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<br />here. +There should be a hard line break<br /> +here. ----- |