sstur / draft-js-utils

DraftJS: import/export ContentState to and from HTML/Markdown
ISC License
883 stars 234 forks source link

updated url->href key typo #170

Closed prateek3255 closed 5 years ago

prateek3255 commented 5 years ago

The key for URL in contentState is href instead of url. This typo was causing an empty URL while converting ContentState to markdown. A similar issue was fixed for stateToHtml #50

prateek3255 commented 5 years ago

Thanks, @sstur can you also please release a new version with the fix on npm also. We kind of need this fix a bit urgently now.