Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

a k
a k
2,880 Points

Adding image to the question on Treehouse forum

I have tried to add a .jpg image to the question on the forum. I use the syntax in markdown cheatsheet with ![alt text]. It doesn't upload the image.

How can I solve this?

Thanks in advance.

3 Answers

Sage Elliott
Sage Elliott
30,003 Points

This has all your markdown answers! https://teamtreehouse.com/forum/howto-guide-markdown-within-posts

This is a snippet from it showing how to post an image:

An inline image ![alt text](https://dl.dropboxusercontent.com/u/30198996/Treehouse/images/treehouse-logo.png "Title")

![alt text](https://dl.dropboxusercontent.com/u/30198996/Treehouse/images/treehouse-blog.png "Title")

An inline image alt text

alt text

This link needs to be perma linked to the main forum page in a place where it is easy to see.

Chris Shaw
Chris Shaw
26,676 Points

Hi a k,

You first need to upload an image to a site such as Imgur which will give you the markdown code post-upload, simply copy and paste that markdown into your post and you'll see an image.

Tiny Toothpick Treehouse

William Li
William Li
Courses Plus Student 26,868 Points

Chris, very nice image, I want this to be the new logo of Treehouse lol.

a k
a k
2,880 Points

Thank you. I can add the image to the question.