Adds the table blocks
Abstract
Trait
Methods |
protected
composeTable
(
$head
,
$body
) This method composes a table from parsed body and head HTML. You may override this method to customize the table rendering, for example by
|
protected
consumeTable
(
$lines
,
$current
) Consume lines for a table |
protected
identifyTable
(
$line
,
$lines
,
$current
) identify a line as the beginning of a table block. |
protected abstract parseInline ( $text ) |
protected
parseTd
(
$markdown
)
|
protected abstract renderAbsy ( $absy ) |
protected
renderTable
(
$block
) render a table block |