Trait cebe\markdown\block\TableTrait

Implemented bycebe\markdown\GithubMarkdown, cebe\markdown\MarkdownExtra, cebe\markdown\latex\GithubMarkdown

Adds the table blocks

Method Details

consumeTable() protected method

Consume lines for a table

protected void consumeTable ( $lines, $current )
$lines
$current
identifyTable() protected method

Identify a line as the beginning of a table block.

protected void identifyTable ( $line, $lines, $current )
$line
$lines
$current
parseInline() protected abstract method

protected abstract void parseInline ( $text )
$text
parseTd() protected method

protected void parseTd ( $markdown )
$markdown
renderAbsy() protected abstract method

protected abstract void renderAbsy ( $absy )
$absy
renderTable() protected method

Render a table block

protected void renderTable ( $block )
$block