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

CSS

Chris Kwong
Chris Kwong
10,266 Points

Styling 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
Garrett Sanderson
12,735 Points

Hi Chris,

You could try looking at this resource. Not sure if this helps at all.

http://daringfireball.net/projects/markdown/

1 Answer

You can use

They are both good.