| Current Path : C:/xampp/php/pear/Text/Wiki/Render/Latex/ |
| Current File : C:/xampp/php/pear/Text/Wiki/Render/Latex/Newline.php |
<?php
class Text_Wiki_Render_Latex_Newline extends Text_Wiki_Render {
function token($options)
{
return "\\newline\n";
}
}
?>