Initial Commit
This commit is contained in:
12
database/php/pear/Text/Wiki/Render/Latex/Newline.php
Normal file
12
database/php/pear/Text/Wiki/Render/Latex/Newline.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class Text_Wiki_Render_Latex_Newline extends Text_Wiki_Render {
|
||||
|
||||
|
||||
function token($options)
|
||||
{
|
||||
return "\\newline\n";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user