Solar_Markdown_Apidoc_List::parse()

public string Solar_Markdown_Apidoc_List::parse ( string $text )

Makes ordered (numbered) and unordered (bulleted) XHTML lists.

Inherited from Solar_Markdown_Plugin_List.

Parameters

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

Returns

  • (string) The transformed XHTML.

Description

Makes ordered (numbered) and unordered (bulleted) XHTML lists.



Local