Ability to center images with markdown

Today, we use:

<div align="center">
[image]
</div>

It would be nice if image code had an option to center as well. Something like:

![image|100x499|centered](upload://zPH5RYitXN4nR9PUKTp2fJT7Xta.png)
2 Likes

i was just working on a image alignment theme component and added this to it.

2 Likes