Initial Commit
This commit is contained in:
14
database/php/pear/Text/Wiki/Render/Plain/Heading.php
Normal file
14
database/php/pear/Text/Wiki/Render/Plain/Heading.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class Text_Wiki_Render_Plain_Heading extends Text_Wiki_Render {
|
||||
|
||||
function token($options)
|
||||
{
|
||||
if ($options['type'] == 'end') {
|
||||
return "\n\n";
|
||||
} else {
|
||||
return "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user