Solar_Markdown_Plugin_Header::_header()
protected
string
Solar_Markdown_Plugin_Header::_header
( string $tag
, string $text
)
Support callback for all headers.
Parameters
(string)
$tag
: The header tag ('h1', 'h5', etc).(string)
$text
: The header text.
Returns
(string) The replacement header HTML token.
Description
Support callback for all headers.