Solar_Markdown_Extra_EmStrong::_parseStrong()

protected string Solar_Markdown_Extra_EmStrong::_parseStrong ( string $matches )

Support callback for strong tags.

Inherited from Solar_Markdown_Plugin_EmStrong.

Parameters

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

Returns

  • (string) The replacement text.

Description

Support callback for strong tags.



Local