sstur / draft-js-export-markdown

DraftJS: Export ContentState to Markdown
http://npm.im/draft-js-export-markdown
55 stars 23 forks source link

Handle draft soft new-line as line breaks #19

Closed Calyhre closed 5 years ago

Calyhre commented 7 years ago

Hello,

As Draft-js allow us to insert soft new lines inside blocks, I though it should be better to keep the same representation in Markdown, and so, convert them as former line breaks.

P.S: I wish I could have been a little bit explicit in the text-case.txt, and replace trailing spaces by an escaped version like \u0020, making the test obvious.