Solar_Markdown::_encode()

protected string Solar_Markdown::_encode ( string $text , bool $in_tag = false )

Support method for encode().

Parameters

  • (string) $text: The source text.

  • (bool) $in_tag: Escaping inside a tag?

Returns

  • (string) The encoded text.

Description

Support method for encode().



Local