TexyListModule
final class TexyListModule extends TexyModule
Ordered / unordered nested list module.
Properties
$bullets |
Methods
__construct($texy)
No description
beforeParse()
No description
TexyHtml|false
patternList($parser, $matches)
Callback for:.
patternDefList($parser, $matches)
Callback for:.
TexyHtml|false
patternItem($parser, $bullet, $indented, $tag)
Callback for single list item.
Details
at line 30
__construct($texy)
No description
at line 40
beforeParse()
No description
at line 81
TexyHtml|false
patternList($parser, $matches)
Callback for:.
1) .... .(title)[class]{style}> 2) ....
- ...
- ... 3) ....
at line 144
TexyHtml
patternDefList($parser, $matches)
Callback for:.
Term: .(title)[class]{style}>
- description 1
- description 2
- description 3
at line 209
TexyHtml|false
patternItem($parser, $bullet, $indented, $tag)
Callback for single list item.