File "Newline.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/php/pear/Text/Wiki/Render/Latex/Newline.php
File size: 157 B
MIME-type:
Charset: utf-8
<?php
class Text_Wiki_Render_Latex_Newline extends Text_Wiki_Render {
function token($options)
{
return "\\newline\n";
}
}
?>