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!
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

Chris Kwong
10,266 PointsStyling html code snippets automatically
I have seem many websites and blogs that have code snippets and they are coloured and styled automatically with css that match the particular coding language. Is there a javascript library that does this for you?
For example, when typing code in the treehouse forum. The code is automatically styled.
<body>
<p>hello world</p>
</body>
How would I do this on my own website?
Garrett Sanderson
12,735 PointsGarrett Sanderson
12,735 PointsHi Chris,
You could try looking at this resource. Not sure if this helps at all.
http://daringfireball.net/projects/markdown/