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/dokuwiki_inline_formatting.dokuwiki | |
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/dokuwiki_inline_formatting.dokuwiki')
-rw-r--r-- | tests/dokuwiki_inline_formatting.dokuwiki | 3 |
1 files changed, 2 insertions, 1 deletions
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 <sup>superscript</sup> and below the line is <sub>subscript</sub>. -A line\\ break. +A line\\ +break. hello %%//%% world %%**%% from %%__%% me |