sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

Edit image src on Preview mode #835

Open IsmailBourbie opened 1 year ago

IsmailBourbie commented 1 year ago

i need to change the src of image when user want to preview rendered html:

-----Editing Mode-----

![](image.png)

-----Preview Mode-----

<img src="/path/to/image.png" alt="">