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

Neil Anuskiewicz
11,007 Pointsmarkdown question
I just tried to help someone here but markdown didn't format my code properly so I guess I need to learn the ropes. So I'll try again. Please tell me what if anything I'm doing wrong.
<p>
bunch of stuff
</p>

Neil Anuskiewicz
11,007 PointsKen, it worked. I had to leave treehouse and come back for it to look right. When I first refreshed it look malformed. Sorry. It seems to work fine.
4 Answers

Jason Anders
Treehouse Moderator 145,862 PointsHey Neil,
You did it correctly, but there needs to be a line break between the last sentence and the opening 3 backticks. I added the space in you question, so you can just click "edit question" to see.
Also, if you want to write stuff after the code block, there needs to be a line break between the closing 3 backticks and the next sentence.
Keep Coding! :)

Neil Anuskiewicz
11,007 PointsAhhhhhhhh, that explains why it works now. Thank you!!

Jason Anders
Treehouse Moderator 145,862 PointsHaha. No worries.
I figured an explanation and seeing it would be best. :)

Falk Schwiefert
8,706 PointsIt needs to start and end with three back-ticks (the symbol that is on the tilde key and left to 1). {```} And these lines back-ticks need to be on separate lines.

Neil Anuskiewicz
11,007 PointsNow how do i accept the answer? In the past, when I've answered questions answered people have been able to accept my answer and close out the question I know I should just RTFM but if someone knows off top of head.

Jason Anders
Treehouse Moderator 145,862 PointsWhen the topic of the question is "General Discussion," there is no "Up Vote" or "Best Answer" options, so the question just stays open.

Ken Alger
Treehouse TeacherKen Alger
Treehouse TeacherNeil;
What are you attempting to achieve?
Ken