kadikraman / draftjs-md-converter

Converts content from Draft.js blocks to Markdown and vice versa.
https://kadikraman.github.io/draftjs-md-converter/
MIT License
145 stars 37 forks source link

Last two words of a line concatenate - space disappears #52

Open danielsnider opened 4 years ago

danielsnider commented 4 years ago

Under very specific conditions (I'm worried about it happening often) the last two words on a line concatenate. The space between the last two words disappear when last word is exactly 4 characters long and is styled italic, and bold+italics styling must be somewhere on the line.

Example Input: image

Example Output:

*__this__ is atest*

Notice the last space between "a test" disappeared.