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

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

Other diffs: Previous Major Revision, Previous Author

Newer page: version 12 Last edited on Sunday, 19 April 2009 13:17:23 by CyberLeo Revert
Older page: version 11 Last edited on Sunday, 19 April 2009 13:16:49 by CyberLeo Revert
@@ -14,17 +14,20 @@
 [even wiki links don't work|see] 
 <a href="blah">blah</a> 
 </verbatim> 
  
+  
+Naked:  
 <code> 
 This is a test 
 [wiki|link] 
 </code> 
  
+Ruby:  
 <code ruby> 
 class Blah 
  def meow 
  puts arf 
  end 
 end 
 [wiki|link] 
 </code> 

version 12

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]
<a href="blah">blah</a>

Naked:

This is a test
[wiki|link]

Ruby:

class Blah
  def meow
    puts arf
  end
end
[wiki|link]