Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.41k stars 316 forks source link

Avoid processing many times the same image #592

Closed p1gp1g closed 3 months ago

p1gp1g commented 4 months ago

Cache img key during processing to avoid having to process it thousands of times

Fix #579