Image not showing in markdown document

I have two images that I have uploaded to a replit. I have created lesson content and written the instructions but want to include these images.

I have the two images in my assets folder and can view these within replit, when I ask to open in tab or in pane. However, when I copy link (using the option within the assets folder) and paste this into my markdown document, I get Failed to load image.

My one link is:

![Gregorian Calculation](https://replit.com/@a-level-compsci-2022/Day-of-the-Week#.lesson/assets/Gregorian.png)

Any ideas where I am going wrong?

Hey @g.newport, welcome to the forums!

Just do this :

![Image alt text](assets/Georgian.png)

Perfect; thank you!

Dragging and dropping did notwork, but reducing the URL did work. :slight_smile:

Great, If you sometimes struggle with Markdown, I use the cheat sheet!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.