When adding images using the markdown field the image is injected without any of the caption or alt information.
Ideally the image would be injected like so:
![I am the caption](https://placehold.it/256x256 "I am the alt text")
It would also be nice to be able to specify a custom alt / caption for the image in the UI before injecting the selected image.
Thanks