Adds the list blocks
Abstract
Trait
Properties |
public
$keepListStartNumber
|
Methods |
protected
consumeOl
(
$lines
,
$current
) Consume lines for an ordered list |
protected
consumeUl
(
$lines
,
$current
) Consume lines for an unordered list |
protected abstract detectLineType ( $lines , $current ) |
protected
identifyOl
(
$line
) identify a line as the beginning of an ordered list. |
protected
identifyUl
(
$line
) identify a line as the beginning of an unordered list. |
protected abstract parseBlocks ( $lines ) |
protected abstract parseInline ( $text ) |
protected abstract renderAbsy ( $absy ) |
protected
renderList
(
$block
) Renders a list |
Methods |
private consumeList ( $lines , $current , $block , $type ) |
private
generateHtmlAttributes
(
$attributes
) Return html attributes string from [attrName => attrValue] list
|