RE: Clickable image markdown

You are viewing a single comment's thread from:

Clickable image markdown

in art •  8 years ago 

I saw clickable images posted on steamimg - does it link automatically, or do you use special markdown?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

This is a link in markdown code:
[link-text](https://some.site/your-link.html)

This is an image in markdown code:

![image-text](https://some.site/your-image.jpg)

Now all you have to do is combine this, by replacing the link-text with the markdown image code, like so:

[![image-text](https://some.site/your-image.jpg)](https://some.site/your-link.html)

If you host your images on https://www.steemimg.com/ they'll provide the markdown code for that automatically.

You, sir, have been extremely useful. Thank you!

@Herzmeister Thanks you very Much 🤣