Hopefully managed to put enough hacks in there to make renaming the config file the last step, so if it fails, it can be done manually
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>