jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Handling of a line that contains only a backslash differs from GFM #47

Open per1234 opened 8 years ago

per1234 commented 8 years ago

Using the following markdown:

test
\
markdown

markdown-editor output is:

test
markdown

GitHub flavored markdown output is: test \ markdown