Solar_Markdown_Plugin_Prefilter::parse()
public
string
Solar_Markdown_Plugin_Prefilter::parse
( string $text
)
Parses the source text and replaces with HTML or tokens.
Inherited from Solar_Markdown_Plugin.
Parameters
(string)
$text
: The source text.
Returns
(string) The text after parsing.
Description
Parses the source text and replaces with HTML or tokens.
Returns the text as-is.