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]
