AnsiToHtmlNode
extends Node
in package
Represents a AnsiToHtml node, it parses ansi escapes content as html.
Table of Contents
Methods
- __construct() : mixed
- compile() : mixed
Methods
__construct()
public
__construct(array{} $attributes, Node $body, int $lineno) : mixed
Parameters
- $attributes : array{}
- $body : Node
- $lineno : int
compile()
public
compile(Compiler $compiler) : mixed
Parameters
- $compiler : Compiler