Adds inline and block HTML support
Trait
Properties |
protected $inlineHtmlElements
|
protected $selfClosingHtmlElements
|
Methods |
protected consumeHtml( $lines, $current) Consume lines for an HTML block |
protected identifyHtml( $line, $lines, $current) identify a line as the beginning of a HTML block. |
protected parseEntity( $text) Parses an & or a html entity definition.
|
protected parseGt( $text) Escapes
|
protected parseInlineHtml( $text) Parses inline HTML.
|
protected renderHtml( $block) Renders an HTML block |
protected renderInlineHtml( $block) renders a html entity. |