markdown2 supports ending a line with two spaces for a newline, and also offers the break-on-newline extra to turn any markdown newline to <br>. But seems that ending a line with a backslash isn't supported. It can be a nice addition as it's supported by popular markdown syntaxes such as GitHub's.
markdown2 supports ending a line with two spaces for a newline, and also offers the
break-on-newlineextra to turn any markdown newline to<br>. But seems that ending a line with a backslash isn't supported. It can be a nice addition as it's supported by popular markdown syntaxes such as GitHub's.