parsedown/tests/data/line_break.html

8 lines
78 B
HTML
Raw Normal View History

2014-04-28 20:53:34 +02:00
<p>line<br />
line</p>
<p>foo \
bar</p>
<p>foo <br />
bar</p>
<p>foo
bar</p>