Previous Page
_outdent()

Solar_Markdown_Extra_EmStrong
_parseEm()

Next Page
_parseStrong()

_parseEm()

protected string _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.