final class TexyHtmlOutputModule extends TexyModule

HTML output

Properties

bool $indent
array $preserveSpaces
int $baseIndent
int $lineWrap
bool $removeOptional

Methods

__construct($texy)

No description

postProcess($texy, $s)

Converts ... ... .

string
cb($matches)

Callback function: | | .

string
wrap($m)

Callback function: wrap lines.

Details

at line 45
__construct($texy)

No description

Parameters

$texy

at line 56
postProcess($texy, $s)

Converts ... ... .

into ... ...

Parameters

$texy
$s

at line 111
string cb($matches)

internal  
 

Callback function: | | .

...

Parameters

$matches

Return Value

string

at line 323
string wrap($m)

internal  
 

Callback function: wrap lines.

Parameters

$m

Return Value

string