|
Previous Page |
Solar_Markdown |
Next Page |
render()
public
string
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.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _encode()
- _exception()
- _explodeTags()
- apiVersion()
- cleanup()
- dump()
- encode()
- escape()
- getLink()
- getLinks()
- getPlugin()
- getTabWidth()
- isHtmlToken()
- locale()
- prepare()
- processBlocks()
- processSpans()
- render()
- reset()
- setLink()
- toHtmlToken()
- transform()
- unEncode()
- unHtmlToken()