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 28
__construct($texy)

No description

Parameters

$texy

at line 38
beforeParse()

No description

at line 79
TexyHtml|false patternList($parser, $matches)

Callback for:.

1) .... .(title)[class]{style}> 2) ....

  • ...
  • ... 3) ....

Parameters

$parser
$matches

Return Value

TexyHtml|false

at line 142
TexyHtml patternDefList($parser, $matches)

Callback for:.

Term: .(title)[class]{style}>

  • description 1
  • description 2
  • description 3

Parameters

$parser
$matches

Return Value

TexyHtml

at line 207
TexyHtml|false patternItem($parser, $bullet, $indented, $tag)

Callback for single list item.

Parameters

$parser
$bullet
$indented
$tag

Return Value

TexyHtml|false