Copied!

Adds the list blocks

AbstractTrait
Properties
public $keepListStartNumber = false
 
  • var bool enable support start attribute of ordered lists. This means that lists
    will start with the number you actually type in markdown and not the HTML generated one.
    Defaults to false which means that numeration of all ordered lists(
      ) starts with 1.
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

  • param array $attributes the attribute name-value pairs.
  • return string
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration