showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

Backslash for new line is non-functional #776

Open nagey opened 4 years ago

nagey commented 4 years ago

Github flavored markdown\ supports a backslash character \ at the end of a line as a line break.

Showdown does not seem to.

This issue post highlights the availability of this feature in GH flavored markdown. Especially useful since linters and the like tend to throw away whitespace at the end of a line, and is also not visible.