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.39k stars 316 forks source link

Upload an image add the image markdown tag without ! #387

Closed erossini closed 2 years ago

erossini commented 2 years ago

Finally, I have a working component for Blazor with EasyMDE! There is an issue when I upload an image. I recorded a small gif.

easymde-image

How you can see, after the upload, the image is added to the Markdown Editor but the ! at the beginning is missing. I have to add manually the !

erossini commented 2 years ago

I found the issue. If there is not an image extension, it adds a link instead of a image.

kolaente commented 1 year ago

Did you find a solution? The uploads we do are always without an extension (by design, but they are still images).