Difference between revisions of "Syntax Highligh"
(Created page with 'This extension adds the <source> tag to present formatted source code On the wiki page, you can now use "source" elements:<source lang="php"> <?php $v = "string"; // sampl…') |
|||
Line 1: | Line 1: | ||
This extension adds the <source> tag to present formatted source code | This extension adds the <source> 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="php"> | |
− | + | // your code here | |
− | |||
− | |||
− | |||
− | |||
− | |||
</source> | </source> | ||
− | |||
− | |||
− | |||
[[category:Wiki guidelines]] | [[category:Wiki guidelines]] |
Revision as of 10:23, 25 November 2009
This extension adds the
tag to present formatted source code
On the wiki page, you can now use "source" elements
<source lang="php">
// your code here