Difference between revisions of "Syntax Highligh"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
This extension adds the tag to present formatted source code<br>
 
This extension adds the tag to present formatted source code<br>
 
On the wiki page, you can now use "source" elements
 
On the wiki page, you can now use "source" elements
For example:
+
For example:<br>
 
<nowiki><source lang="xml">
 
<nowiki><source lang="xml">
 
// your code here
 
// your code here
</source></nowiki>
+
</source></nowiki><br>
 
Support most common language code: csharp,asp, java, java5; sql, xml, php and ...
 
Support most common language code: csharp,asp, java, java5; sql, xml, php and ...
  
 
[[category:Wiki guidelines]]
 
[[category:Wiki guidelines]]

Latest revision as of 11:30, 25 November 2009

This extension adds the tag to present formatted source code
On the wiki page, you can now use "source" elements For example:
<source lang="xml"> // your code here </source>
Support most common language code: csharp,asp, java, java5; sql, xml, php and ...