|
Previous Page |
Solar_Markdown_Extra |
Next Page |
cleanup()
public
string
cleanup (
string $text
)
Runs the processed text through each plugin's cleanup() method.
Inherited from Solar_Markdown.
Parameters
- (string)
$text: The processed text.
Returns
- (string) The processed text after cleanup.
Description
Runs the processed text through each plugin's cleanup() method.
This is so that the plugins can "clean up" after all main has been completed.
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()