HtmlOptions

data class HtmlOptions(val baseUrl: String? = null, val title: String? = null)

Options for HTML generation.

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.

Constructors

Link copied to clipboard
constructor(baseUrl: String? = null, title: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard