How To Add a Linked Image
I sense that you're feeling more comfortable with this Markdown syntax and you've created some links and added some images. Now, you've decided that you want to add a linked image -- a clickable image. How's that done?
The answer is that you put the two of them together. It's as simple as adding chocolate to peanut butter.
A text link is entered like this:
[Vine Type](http://vinetype.com "Visit Vine Type")
But we remove the text and insert an image such as this:
![Vine Type Logo](http://vinetype.com/files/download.jpg)
Making the linked image:
[![Vine Type Logo](http://vinetype.com/files/download.jpg)](http://vinetype.com "Visit Vine Type")
and when placed into an article, the Markdown above results in this: