Solar_Markdown_Plugin_List::_processItems()

protected string Solar_Markdown_Plugin_List::_processItems ( string $list_str , string $marker_any )

Process the contents of a single ordered or unordered list, splitting it into individual list items.

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.



Local