mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Fix whitespace trimming for soft and hard breaks
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
<p>line<br />
|
||||
line</p>
|
||||
line</p>
|
||||
<p>foo \
|
||||
bar</p>
|
||||
<p>foo <br />
|
||||
bar</p>
|
||||
<p>foo
|
||||
bar</p>
|
||||
@@ -1,2 +1,11 @@
|
||||
line
|
||||
line
|
||||
line
|
||||
|
||||
foo \\
|
||||
bar
|
||||
|
||||
foo \
|
||||
bar
|
||||
|
||||
foo
|
||||
bar
|
||||
Reference in New Issue
Block a user