packages feed

commonmark-extensions-0.1.0.0: test/hard_line_breaks.md

# Hard line breaks

This extension causes all newlines to be parsed as hard
line breaks rather than soft breaks.

```````````````````````````````` example
Hello
there
.
<p>Hello<br />
there</p>
````````````````````````````````

```````````````````````````````` example
*Hello 
there*
.
<p><em>Hello<br />
there</em></p>
````````````````````````````````