htmloptions
Configures HTML generation options.
.htmloptions baseurl:{https://example.com} title:{My Page}Content copied to clipboard
Successive calls to this function merge with the previous options.
Parameters
baseurl
- Optional
- Likely named
the base URL to use for resolving relative paths in the generated HTML, e.g. https://example.com. Trailing slashes are automatically ignored. If specified, a canonical link is set in the HTML's <head> and the sitemap is generated.