|
Previous Page |
Solar_Markdown_Plugin_List |
Next Page |
_processItems()
protected
string
_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
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _encode()
- _escape()
- _exception()
- _getTabWidth()
- _isHtmlToken()
- _outdent()
- _parse()
- _parseNested()
- _processBlocks()
- _processItems()
- _processItemsCallback()
- _processSpans()
- _toHtmlToken()
- _unHtmlToken()
- apiVersion()
- cleanup()
- dump()
- getChars()
- isBlock()
- isCleanup()
- isPrepare()
- isSpan()
- locale()
- parse()
- prepare()
- reset()
- setMarkdown()