You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/SyntaxHighlighter/index.txt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,7 @@ filter:
31
31
32
32
:preserve
33
33
<pre class="brush: javascript">
34
-
// SyntaxHighlighter makes your code
35
-
// snippets beautiful without tiring
36
-
// your servers.
34
+
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
37
35
// http://alexgorbatchev.com
38
36
var setArray = function(elems) {
39
37
this.length = 0;
@@ -46,6 +44,7 @@ filter:
46
44
%h2 News
47
45
48
46
:markdown
47
+
* We aren't dead! Moved source to [GitHub](https://github.com/alexgorbatchev/SyntaxHighlighter) to increase participation. <span class="date">July 26, 2011</span>
49
48
* Major new 3.0.83 release ([changes](changes/3.0.83.html)). <span class="date">July 2, 2010</span>
50
49
* New 2.1.382 release ([changes](changes/2.1.382.html)). <span class="date">June 24, 2010</span>
51
50
* Follow @[syntaxhighlight](http://twitter.com/syntaxhighlight) on Twitter. <span class="date">March 1, 2010</span>
0 commit comments