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_Newline extends Text_Wiki_Render {
function token($options)
{
return "\n";
}
}
?>