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
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
![](yourimage?classes=right)
Asumming you have:
.right {
float: right;
}
In your CSS somewhere