- or download this
$('pre.blockcode code').each(function(i, block) {
hljs.highlightBlock(block); });
- or download this
<pre class="code">
<div class="codeblock">
<tt class="codetext">
- or download this
javascript:(function () {
$('tt.codetext').each(function(i, block) { hljs.highlightBlock(block);
+ });
}());