Source for file Heading.php
Documentation is available at Heading.php
class Text_Wiki_Render_Creole_Heading extends Text_Wiki_Render {
return ($options['type'] == 'end' ? ' ' : '').
str_pad('', 1 + $options['level'], '=').
($options['type'] == 'start' ? ' ' : "\n\n");
Documentation generated on Mon, 11 Mar 2019 14:55:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|