I want to end up with:
Hello there! This is an image Hi!
Where the image and the text This is an image
This is an image
If you are using kramdown, you can do this
Hello there! {:.center} ![cardinal](/img/2012/cardinal.jpg) This is an image Hi! .center { text-align: center; }