Solar_Markdown_Apidoc_Section::parse()

public string Solar_Markdown_Apidoc_Section::parse ( string $text )

Turns setext-style headers into Docbook section tags.

Parameters

  • (string) $text: Portion of the Markdown source text.

Returns

  • (string) The transformed XHTML.

Description

Turns setext-style headers into Docbook section tags.



Local