perak / markdown

GitHub flavored markdown parser for Meteor based on marked.js
9 stars 6 forks source link

carriage return creates line break #4

Open rjmoggach opened 9 years ago

rjmoggach commented 9 years ago

markdown syntax allows for wrapping text in one paragraph on a new line with no extra carriage return. This plugin inserts a <br> tag instead of wrapping the text.

derwok commented 8 years ago

Seems the correct behaviour for me... https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#line-breaks

So one newline should give a
and two newlines should give a