showdown/test/karlcow/line-break-2-spaces.html
Estevao Soares dos Santos 0942b5e87d feature(simpleLineBreaks): parse linebreaks as <br />
This option enables linebreaks to always be treated as `<br />` tags
without needing to add spaces in front of the line, the same way GitHub does.

Closes #206
2016-11-30 18:04:17 +00:00

3 lines
48 B
HTML

<p>A first sentence<br />
and a line break.</p>