Solar_Markdown_Plugin_BlockQuote::_unHtmlToken()

protected string Solar_Markdown_Plugin_BlockQuote::_unHtmlToken ( string $text )

Converts all delimited HTML tokens back into HTML.

Inherited from Solar_Markdown_Plugin.

Parameters

  • (string) $text: The text to un-tokenize.

Returns

  • (string) The text with HTML tokens replaced.

Description

Converts all delimited HTML tokens back into HTML.



Local