Solar_Markdown_Extra_EmStrong::_parseEm()

protected string Solar_Markdown_Extra_EmStrong::_parseEm ( string $matches )

Support callback for em tags.

Inherited from Solar_Markdown_Plugin_EmStrong.

Parameters

  • (string) $matches: Matches from preg_replace_callback().

Returns

  • (string) The replacement text.

Description

Support callback for em tags.



Local