Differences between version 11 and previous revision of CyberLeo/Syntax.
Other diffs: Previous Major Revision, Previous Author
| Newer page: | version 11 | Last edited on Sunday, 19 April 2009 13:16:49 | by CyberLeo | Revert |
| Older page: | version 10 | Last edited on Sunday, 19 April 2009 11:21:44 | by CyberLeo | Revert |
@@ -19,8 +19,12 @@
This is a test
[wiki|link]
</code>
-<code type="
ruby"
>
-This is another test
+<code ruby>
+class Blah
+ def meow
+ puts arf
+ end
+end
[wiki|link]
</code>
version 11
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>
This is a test [wiki|link]
class Blah
def meow
puts arf
end
end
[wiki|link]
