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

How to post code when your answering??

When ever i try to answer someones code i can not post it, how do i post code???

3 Answers

Before you type your code you must type in 3 tilde's --> ` <---, then the name of the language, then the code, then close it with another 3 tildes. Also instructions are available on the video to your right with the title: Tips for asking questions and you can also click on the Markdown Cheetsheet before you post which is available under the text area element of the page next to the Post answer footer. Hope this helped.

The forum uses markdown to correctly format code, check out this thread on how to type code in the forum for some examples.

Thanks, Guled A & James Barnett