Solar_Markdown_Wiki_Escape::parse()

public string Solar_Markdown_Wiki_Escape::parse ( string $text )

Escapes HTML remaining in the text.

Parameters

  • (string) $text: The source text to be parsed.

Returns

  • (string) The transformed XHTML.

Description

Escapes HTML remaining in the text.



Local