Syntax Highligh
From Catglobe Wiki
More actions
This extension adds the
 tag to present formatted source code
On the wiki page, you can now use "source" elements:<source lang="php">
<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>