Solar_Markdown_Apidoc_List::_processItems()
protected
string
Solar_Markdown_Apidoc_List::_processItems
( string $list_str
, string $marker_any
)
Process the contents of a single ordered or unordered list, splitting it into individual list items.
Inherited from Solar_Markdown_Plugin_List.
Parameters
(string)
$list_str
: The source text of the list block.(string)
$marker_any
: The list-style markers to use when identifying list items.
Returns
(string) The replacement text.
Description
Process the contents of a single ordered or unordered list, splitting it into individual list items.