How to make an image clickable with Markdown?
We need two elements:
- a URL
- a picture.
Think: « Instead of clicking a text, I want to click an image.
How to
The end result
Think of it as three steps:
1) Add a link
[follow me](https://twitter.com/askpascalandy)
2) Add a picture
In a Markdown card, add a picture (drag-and-drop)
![follow-me](https://user-images.githubusercontent.com/6694151/50792013-9b812200-1291-11e9-9738-378daf992840.jpg)
3) Finally
Cut the picture and replace the text from the link.
[![follow-me](https://user-images.githubusercontent.com/6694151/50792013-9b812200-1291-11e9-9738-378daf992840.jpg)](https://twitter.com/askpascalandy)