Solar_Markdown_Extra::render()

public string Solar_Markdown_Extra::render ( string $text )

Returns a final rendering of the processed text.

Inherited from Solar_Markdown.

Parameters

  • (string) $text: The processed and cleaned text.

Returns

  • (string) The final rendering of the text.

Description

Returns a final rendering of the processed text.

This replaces any remaining HTML tokens, un-encodes special Markdown characters, and optionally runs the text through » Tidy.



Local