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 trialJustin Rose
12,842 Pointsposting code
Im wondering how does everybody post their code here for help. Im not trying to put the code in text here its not to pretty. thank you
2 Answers
Steven Parker
231,236 PointsIn addition to the Markdown Cheatsheet pop-up on every forum page, you can also watch this video on code formatting., or take the entire course on Markdown Basics it comes from.
Gabriel Plackey
11,064 PointsThere is a button that says Markdown Cheatsheet that will show you the mardown options for posting in the forums. To post code you will first type three ` Those are backticks, on the line before and after the code. Then after the three backticks before the code you will add what language it is so something like three backticks html then the code, then three more backticks.