diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-07 20:21:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-07 20:21:58 -0800 |
commit | 0a1cd2531243d2fd82e442448602705ac9174873 (patch) | |
tree | d9ee294bfe88e14932b84dae8f42525d2ea0d9a0 /tests/writer.html | |
parent | fb7a03dcda6872e5f41c16783dc66244805ac44a (diff) | |
parent | 0c18f3a854efaba54367f66d0f572afcab7d57f0 (diff) | |
download | pandoc-0a1cd2531243d2fd82e442448602705ac9174873.tar.gz |
Merge pull request #1925 from timtylin/patch/prettyLineBreaks
Append newline to the LineBreak of various writers
Diffstat (limited to 'tests/writer.html')
-rw-r--r-- | tests/writer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/writer.html b/tests/writer.html index 6f7d1764b..1357fa7c4 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -35,7 +35,8 @@ <p>Here’s a regular paragraph.</p> <p>In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. Because a hard-wrapped line in the middle of a paragraph looked like a list item.</p> <p>Here’s one with a bullet. * criminey.</p> -<p>There should be a hard line break<br />here.</p> +<p>There should be a hard line break<br /> +here.</p> <hr /> <h1 id="block-quotes">Block Quotes</h1> <p>E-mail style:</p> |