Wednesday, June 6, 2012

[Web] Syntaxhighlighter Tags

Simple tags for syntaxhighlighter.

<pre class="brush:html; highlight:[2,3]">
Your code goes here with highlight line #2 to #3
</pre>

<script type="syntaxhighlighter" class="brush:html">
<![CDATA[>
Your code goes here..
]]></script>

No comments: