diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-10-21 16:09:09 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-10-21 16:09:09 -0400 |
commit | 5aad55f920ded6a30a61a8a9b90a52da48c79040 (patch) | |
tree | df12796b469649bd1b1036574466931ac3c0ac4c /tests/misc/two-spaces.html | |
parent | 0dc9ae0d62829a4b9856a3979c967facafc2d128 (diff) | |
download | markdown-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/two-spaces.html')
-rw-r--r-- | tests/misc/two-spaces.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/misc/two-spaces.html b/tests/misc/two-spaces.html index 102d1db..97b54b4 100644 --- a/tests/misc/two-spaces.html +++ b/tests/misc/two-spaces.html @@ -4,14 +4,12 @@ but this line has three <br /> and this is the second from last line in this test message</p> <ul> -<li>This list item has two spaces.<br /> -</li> +<li>This list item has two spaces. </li> <li> <p>This has none. This line has three. <br /> This line has none. - And this line two.<br /> -</p> + And this line two. </p> <p>This line has none.</p> </li> <li> |