Aligning images with MArkDown

I have a visualization where I only display an image using the code below. But is there any way to make MarkDown align the image to the right?
All examples I've found on Google uses normal html to align a div, but that just renders the code in the output.

![Stockholms Stad logga](https://xx.xx.xx/logga-apendo-kibana.png)

Hi Emil,

The only think I've come up with is to put the image in a table and use the right justify : like this;

| | | |
| ------------- |:-------------:| -----:|
| | | ![Stockholms Stad logga](https://xx.xx.xx/logga-apendo-kibana.png) |

But if I don't put anything in the other columns then the table doesn't go full width.

See https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables

Regards,
Lee

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.