Solar_Markdown_Plugin_Html::parse()

public string Solar_Markdown_Plugin_Html::parse ( string $text )

Removes HTML blocks and replaces with delimited tokens.

Parameters

  • (string) $text: Portion of the Markdown source text.

Returns

  • (string) The transformed XHTML.

Description

Removes HTML blocks and replaces with delimited tokens.



Local