Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
367 B

<p>Two spaces<br />
break a line. Or more than two<br />
and spaces in the following line are absorbed.</p>
<p>You can also break lines with<br />
a backslash.</p>
<p>Two spaces at the end of a paragraph are
not a line break.</p>
<p>A backslash at the end of a paragraph is
not a line break.\</p>
<h2>Similarly with setext headers</h2>
<h2>And with backslashes\</h2>