showdown/test/features/#206.treat-single-line-breaks-as-br.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
35 B
HTML

<p>a simple<br />
wrapped line</p>