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

Development Tools Markdown Basics Lists, Code, Links and Images Links and Images

Markdown 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

The proper syntax is:

[example link](http://example.com/)

2 Answers

Steven Parker
Steven Parker
229,744 Points

Good 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.

Oh, yes I didn't notice that the link won't work too.

Steven Parker
Steven Parker
229,744 Points

Update us when they change the question based on your report (and you get your "exterminator" badge!).