Rosey / markdown-draft-js

A tool to convert content created in DraftJS to markdown and vice versa.
https://rosey.github.io/markdown-draft-js/
MIT License
318 stars 69 forks source link

Fix inline styling with trailing newlines #109

Closed Rosey closed 5 years ago

Rosey commented 5 years ago

Draft sometimes includes trailing whitespace in bold/italic/etc text, which markdown can't handle.

We had code in place to handle tabs and spaces but not newlines. Bug wasn't surfaced initially since out of the box draft generally always creates new paragraphs instead of a soft newline. However, there are ways you can insert a soft newline so this case can happen.