HtmlOptions

constructor(baseUrl: String? = null, title: String? = null)

Parameters

baseUrl

the base URL to use for resolving relative paths in the generated HTML, without a trailing slash, e.g. https://example.com

title

overrides the document name used in the HTML <title> tag. If null, the document name is used.