Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 353 Bytes

hard_line_breaks.md

File metadata and controls

20 lines (17 loc) · 353 Bytes

Hard line breaks

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

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