Solar_Markdown_Wiki::_encode()
protected
string
Solar_Markdown_Wiki::_encode
( string $text
, bool $in_tag = false
)
Support method for encode().
Inherited from Solar_Markdown.
Parameters
(string)
$text
: The source text.(bool)
$in_tag
: Escaping inside a tag?
Returns
(string) The encoded text.
Description
Support method for encode().