Variable htmlConfigOptionsConst

htmlConfigOptions: {
    g: false;
    leftAngleBracket: "&lt";
    newLine: "<br>";
    wrappers: Wrappers;
} = ...

Predefined configuration for HTML.

const htmlCfg = new TaraskConfig({
...myOptions,
...htmlConfigOptions
});