Log in Sign up

Making an image into a link?

Is it possible to make an image into a clickable link in blot?


2 years ago, 2 replies   posts   markdown   images   Edit question

Yes, the simplest way is turn an image into a link is using Markdown:

[![Image caption](_image.jpg)](http://example.com)

The above will work if the image file _image.jpg is in the same directory as the markdown file, and the image when clicked will link your readers to example.com.

Does that help? Please let me know if you have any questions about this or anything else

Answered 2 years ago · Edit answer

Perfect. Many thanks for the quick reply.

Answered 2 years ago · Edit answer