Syntax Highligh: Difference between revisions
From Catglobe Wiki
More actions
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
This extension adds the   | This extension adds the tag to present formatted source code  | ||
On the wiki page, you can now use "source" elements  | On the wiki page, you can now use "source" elements  | ||
<source lang="  | <source lang="">  | ||
// your code here  | // your code here  | ||
</source>  | </source>  | ||
[[category:Wiki guidelines]]  | |||
Revision as of 09:24, 25 November 2009
This extension adds the tag to present formatted source code On the wiki page, you can now use "source" elements
// your code here