Solar_Markdown::render()
public
string
Solar_Markdown::render
( string $text
)
Returns a final rendering of the processed text.
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.