Difference between revisions of "Test"

From CDOT Wiki
Jump to: navigation, search
(added Highlight.js test)
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Test Page
 
Test Page
  
<source lang="cpp">
+
<syntaxhighlight lang="cpp">
  
 
int main(void){
 
int main(void){
Line 13: Line 13:
 
}
 
}
  
</source>
+
</syntaxhighlight>
  
  
 
----
 
----
  
Example of [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi Extension:SyntaxHighlight_GeSHi] (Not Installed Yet)
+
Example of [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi Extension:SyntaxHighlight_GeSHi] (<s>Not Installed Yet</s> It is installed now, 2010 Jun 11)
  
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">

Latest revision as of 13:51, 11 June 2010

Test Page

int main(void){

   for(i=0;i<10;i++){

      cout<<"TESTING";

   }

}



Example of Extension:SyntaxHighlight_GeSHi (Not Installed Yet It is installed now, 2010 Jun 11)

int main(void){
   for(i=0;i<10;i++){
      cout<<"TESTING";
   }
}

Test of Highlight.js (Not Installed Yet)

<code>
int main(void){
   for(i=0;i<10;i++){
      cout<<"TESTING";
   }
}
</code>