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 trialHakim Rachidi
38,490 PointsMarkdown Links: [Treehouse][5] -> [5]https:teamtreehouse.com?
I think they forgot the colon between "[5]" and "http:team.."?
This way the markdown doesn't work in any flavor:
[Treehouse][5]
[5]https:teamtreehouse.com
2 Answers
Steven Parker
231,172 PointsGood point. I don't think the URL will work without the //'s, either.
You might want to submit this as a bug to Support, and there's also a "Report Question" option in the lower right on the question itself.
Hakim Rachidi
38,490 PointsOh, yes I didn't notice that the link won't work too.
Steven Parker
231,172 PointsUpdate us when they change the question based on your report (and you get your "exterminator" badge!).
Ben Payne
1,464 PointsBen Payne
1,464 PointsThe proper syntax is:
[example link](http://example.com/)