Log in Sign up

How to center an image in post?

Just what the subject says, I'm wondering how to center an image included in a markdown file. I know how to put them in the margins, change the size/scale, but wasn't sure if there was a simple way to do this on Blot.


15 days ago, 1 replies   images   Edit question

Assuming your image is less wide than the body of your post, you can do the following in your markdown file:

<center>
![Image caption](_image.jpg)
</center>

This works because you can mix HTML into your Markdown file. Please let me know if you have any questions about this or anything else

Answered 15 days ago ยท Edit answer