HubSpot / draft-convert

Extensibly serialize & deserialize Draft.js ContentState with HTML.
Apache License 2.0
483 stars 94 forks source link

When converting html with hyperlink, spaces is removed. #172

Closed maimonav closed 4 years ago

maimonav commented 4 years ago

Taken from wikipedia,

trying to convert this "reference mechanisms such" (html taken from the link above).

It returns a new content state, with links but without spaces before and after link, as shown below:

referencemechanismssuch

Anyone has any idea why? I'm pretty sure it's a bug. Thank you!