|
Previous Page |
Solar_Markdown_Wiki_MethodSynopsis |
Next Page |
prepare()
public
string
prepare (
string $text
)
Prepares the source text before any parsing occurs.
Inherited from Solar_Markdown_Plugin.
Parameters
- (string)
$text: The source text.
Returns
- (string) $text The text after being filtered.
Description
Prepares the source text before any parsing occurs.
Returns the text as-is.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _encode()
- _escape()
- _exception()
- _getTabWidth()
- _isHtmlToken()
- _outdent()
- _parse()
- _processBlocks()
- _processSpans()
- _toHtmlToken()
- _unHtmlToken()
- apiVersion()
- cleanup()
- dump()
- getChars()
- isBlock()
- isCleanup()
- isPrepare()
- isSpan()
- locale()
- parse()
- prepare()
- reset()
- setMarkdown()