Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Syntax Highligh: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
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:
<source lang="xml">
// your code here
</source>
Most support code
c#;
[[category:Wiki guidelines]]
[[category:Wiki guidelines]]

Revision as of 09:26, 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:

// your code here

Most support code c#;