Image Positioning in Markdown

Posted: September 19th, 2011 | No Comments »

With Markdown, an exclamation mark preceding a link, such as ![Example](/example.jpg) will insert an image into your body of text. Unfortunately, Markdown’s syntax doesn’t support positioning images, for that you’ll need to fall back on HTML.
Read the rest of this post »