sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 428 forks source link

Fails on wrapping an image with a link #387

Open brooth opened 3 years ago

brooth commented 3 years ago

I need to wrap an image around a link in order to make a video preview so when the user taps on it the video is open.

Example code (markdown):

[![](http://img.youtube.com/vi/wcIKqE76dyw/0.jpg)](https://www.youtube.com/watch?v=wcIKqE76dyw)

while the plugin renders this code correctly it fails when I'm trying to wrap an image with a link within the editor.