markdown-editor icon indicating copy to clipboard operation
markdown-editor copied to clipboard

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

Open per1234 opened this issue 10 years ago • 0 comments

Using the following markdown:

test
\
markdown

markdown-editor output is:

test
markdown

GitHub flavored markdown output is: test
markdown

per1234 avatar Dec 19 '15 09:12 per1234