Solar_Markdown_Apidoc_Section::_parseSections()

protected string Solar_Markdown_Apidoc_Section::_parseSections ( string $text , string $char )

Parses the sections in a block of text.

Parameters

  • (string) $text: The text to parse.

  • (string) $char: The underline character to use ('-' or '=').

Returns

  • (string) The parsed text.

Description

Parses the sections in a block of text.



Local