Improved physical pages: they support comments and have their own dedicated namespace now. Still some consistency fixes to make.
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>