Skip to content

htmlConfigOptions

const htmlConfigOptions: object

Defined in: config.ts:116

Predefined configuration for HTML.

readonly g: false = false

readonly leftAngleBracket: "&lt" = '&lt'

readonly newLine: "<br>" = '<br>'

readonly wrappers: Wrappers = html

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