1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/test/data/literal_breaks.html
Aidan Woods 24e48e91c8
Add literalBreaks support
Line breaks will be converted to <br />
2018-04-05 01:01:52 +01:00

6 lines
56 B
HTML

<p>first line
<br />
<br />
<br />
<br />
sixth line</p>