Currently, all images are left-aligned and there is no way to center it. Also, sometimes it looks good for an image to be half the width and have text flow along with it.
Something like this:

Thirdly, it would be great to have a way to caption images.
Don't use Markdown for doing this. Go with HTML instead...
<img src="" style="display: block; margin: 0 auto;" />
Miguel Hernández
Fullstack web developer in progress
Vaibhav Sharma
Fullstack Developer
You can center the image by giving value as the center to align attribute. i.e align="center"