Solar_Markdown_Plugin_Header::_parseTop()

protected string Solar_Markdown_Plugin_Header::_parseTop ( array $matches )

Support callback for top-level setext headers ("h1").

Parameters

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

Returns

  • (string) The replacement text.

Description

Support callback for top-level setext headers ("h1").



Local