Monday, April 30, 2012

Highlighting code syntax on blogger

You can highlight syntax with Syntaxhighlighter. Steps you will need to folow can be found here.

When highlighter setup is finished you can highlight code that way:
<pre class="javascript" name="code">

alert("hello world!");   

</pre>

No comments:

Post a Comment