snoyberg / markdown

Convert Markdown to HTML, with XSS protection
BSD 3-Clause "New" or "Revised" License
69 stars 401 forks source link

Support line breaks via two spaces at the end of the line #25

Closed snoyberg closed 9 years ago

snoyberg commented 9 years ago

Reported by @danburton. At http://daringfireball.net/projects/markdown/syntax#p :

When you do want to insert a
break tag using Markdown, you end a line with two or more spaces, then type return.

This is not currently implemented.