aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/html.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-10-21 16:09:09 -0400
committerWaylan Limberg <waylan@gmail.com>2012-10-21 16:09:09 -0400
commit5aad55f920ded6a30a61a8a9b90a52da48c79040 (patch)
treedf12796b469649bd1b1036574466931ac3c0ac4c /tests/misc/html.html
parent0dc9ae0d62829a4b9856a3979c967facafc2d128 (diff)
downloadmarkdown-5aad55f920ded6a30a61a8a9b90a52da48c79040.tar.gz
markdown-5aad55f920ded6a30a61a8a9b90a52da48c79040.tar.bz2
markdown-5aad55f920ded6a30a61a8a9b90a52da48c79040.zip
Fixed #153. Two spaces at end of paragraph is not a linebreak.
Diffstat (limited to 'tests/misc/html.html')
-rw-r--r--tests/misc/html.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/html.html b/tests/misc/html.html
index c72bb81..1eb6a97 100644
--- a/tests/misc/html.html
+++ b/tests/misc/html.html
@@ -1,7 +1,6 @@
<h1>Block level html</h1>
-<p>Some inline <b>stuff<b>.<br />
-</p>
+<p>Some inline <b>stuff<b>. </p>
<p>Now some <arbitrary>arbitrary tags</arbitrary>.</p>
<div>More block level html.</div>