|
Previous Page |
Solar_Markdown_Plugin_Header |
Next Page |
_encode()
protected
string
_encode (
string $text,
bool $only_backslash default false
)
Encodes special Markdown characters to they are not parsed by plugins.
Inherited from Solar_Markdown_Plugin.
Parameters
- (string)
$text: Source text. - (bool)
$only_backslash: Only encode backslashed characters.
Returns
- (string) The encoded text.
Description
Encodes special Markdown characters to they are not parsed by plugins.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _encode()
- _escape()
- _exception()
- _getTabWidth()
- _header()
- _isHtmlToken()
- _outdent()
- _parseAtx()
- _parseSub()
- _parseTop()
- _processBlocks()
- _processSpans()
- _toHtmlToken()
- _unHtmlToken()
- apiVersion()
- cleanup()
- dump()
- getChars()
- isBlock()
- isCleanup()
- isPrepare()
- isSpan()
- locale()
- parse()
- prepare()
- reset()
- setMarkdown()