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.86k stars 1.12k forks source link

Support image resizing #612

Open liniu opened 7 years ago

liniu commented 7 years ago

is there any support for changing the size of an image?

seanmcilvenna commented 6 years ago

Some implementations of Markdown support the following format: ![](http://www.example.com/image.jpg =250x) or ![](http://www.example.com/image.jpg =250x22) Would be good to see this support added here...

tartavull commented 4 years ago

Happy to contribute a PR, if get an OK from the current maintainers.

patricknolan commented 4 years ago

Hi @tartavull have you heard anything back regarding your offer to contribute a PR? I have just included this component in my solution after a basic review. However, I was surprised to discover image resizing isn't supported. Can the current maintainers please accept @tartavull's offer?

thomasayo commented 4 months ago

Any update on this? The resizing would make my life 100x easier🙏🏽