react-rte icon indicating copy to clipboard operation
react-rte copied to clipboard

Fails on wrapping an image with a link

Open brooth opened this issue 5 years ago • 0 comments

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.

brooth avatar Nov 07 '20 07:11 brooth