SyntaxHighlighter is now 3.0.83

Latest version of SyntaxHighlighter 3.083 has been released and is a non-FLASH version. 
Changes:
Firstly it is flash free. Now you can directly select and copy the code (No more copy to clipboard). Notice that the line numbers won't be included.
Big thanks to Alex for making our blogs look wonderful!!

Link:

// SyntaxHighlighter makes your code
// snippets beautiful without tiring
// your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
this.length = 0;
push.apply(this, elems);
return this;
}

No comments:

Post a Comment