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 handling of emoji #48

Closed benjie closed 6 years ago

benjie commented 6 years ago

See #47 for backstory.

This version uses the much simpler Array.from implementation to solve issues with restoring markdown styles when the markdown contains emojis.

Rosey commented 6 years ago

🙏 thank you!!

benjie commented 6 years ago

No probs; thanks for merging and releasing - for anyone watching, v0.6.2 contains this fix 👍