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