Solar_Markdown_Plugin_BlockQuote::parse()
public
string
Solar_Markdown_Plugin_BlockQuote::parse
( string $text
)
Makes <blockquote>...</blockquote> tags from email-style block quotes.
Parameters
(string)
$text
: The source text.
Returns
(string) The transformed XHTML.
Description
Makes <blockquote>...</blockquote> tags from email-style block quotes.