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

Clarify documentation about the collapsing of multiple empty lines #145

Closed alibosworth closed 3 years ago

alibosworth commented 4 years ago

I found the documentation ambiguous because it referred to "newlines" which could be either an empty line in the text or the newline character, and one empty line requires two newline characters. I have slightly adjusted it to be more clear about what it is trying to say.

Potentially closes out https://github.com/Rosey/markdown-draft-js/issues/142