How can i post an imagen beside text?

How can i post an imagen beside text? is it possible with markdown from the admin panel?

p.s. sorry for my english, is very poor :stuck_out_tongue:

![](yourimage?classes=right)

Asumming you have:

.right {
  float: right;
}

In your CSS somewhere