Note: You are viewing an old version of this page. View the current version.

Differences between version 9 and previous revision of CyberLeo/Syntax.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 9 Last edited on Sunday, 19 April 2009 11:19:06 by CyberLeo Revert
Older page: version 8 Last edited on Sunday, 19 April 2009 11:15:50 by CyberLeo Revert
@@ -12,4 +12,14 @@
 <verbatim> 
 This is sum verbatim shiz. 
 [even wiki links don't work|see] 
 </verbatim> 
+  
+<code>  
+This is a test  
+[wiki|link]  
+</code>  
+  
+<code type="ruby">  
+This is another test  
+[wiki|link]  
+</code>  

version 9

Plugin RawHtml disabled. Raw HTML is only allowed in locked pages.
<?plugin RawHtml

<pre class="brush: c-sharp;">
function test() : String
{
        return 10;
}
</pre>

?>
This is sum verbatim shiz.
[even wiki links don't work|see]
This is a test
[wiki|link]
This is another test
[wiki|link]