turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 766 forks source link

Sigh. NOW it's fixed. #71

Closed josh-works closed 4 years ago

josh-works commented 4 years ago

Embedding images in Markdown is easy.

Embedding links in markdown is easy.

Embedding images, and making them clickable as links? hard

Here's what got me unblocked:

[![caption text](/path/to/image.jpg)](https://turing.io)

Source: Creating an image link in Markdown format [duplicate] (StackExchange)