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!
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

Pachal Debbarma
Courses Plus Student 3,597 PointsQuestion regarding the markdown2 markdown syntax.Can any body show me a demo how to add images using external link.
I went through the documentations and tried few ways but could not render an image from wen using external link.Can anybody help me?
1 Answer

Greg Kaleka
39,020 PointsHi Pachal,
It's a bit tricky, but you can actually use this part of markdown right here in the treehouse forum too! Here's how it works.
The syntax is 
, so:

results in:
and:

results in:
Try it out in a comment below!
Cheers
-Greg

Pachal Debbarma
Courses Plus Student 3,597 PointsThanks for the demonstration!Greg.It's really helpful cheers!!!!
Sandra Hogan
8,656 PointsSandra Hogan
8,656 PointsIt would probably be helpful if you added examples of what you have tried so that someone can see where you might be going wrong.