ListModule
final class ListModule extends Module
Ordered / unordered nested list module.
Properties
$bullets |
Methods
Details
at line 36
__construct($texy)
No description
at line 46
beforeParse()
No description
at line 84
HtmlElement|false
patternList(BlockParser $parser, array $matches)
Callback for:.
1) .... .(title)[class]{style}> 2) ....
- ...
- ... 3) ....
at line 142
HtmlElement
patternDefList(BlockParser $parser, array $matches)
Callback for:.
Term: .(title)[class]{style}>
- description 1
- description 2
- description 3
at line 202
HtmlElement|false
patternItem(BlockParser $parser, $bullet, $indented, $tag)
Callback for single list item.