/

HTML options

The .htmloptions docs ↗ function configures HTML-specific generation settings.

.htmloptions baseurl:{https://example.com}

Base URL

The baseurl parameter sets the base URL of the generated website for SEO purposes. When specified:

.htmloptions baseurl:{https://example.com}

Setting a base URL is recommended when publishing a Quarkdown document as a website, especially for docs projects with multiple subdocuments.

Custom title

The title parameter overrides the text shown in the browser tab and in search engine results, independently of the document name set via .docname.

.docname {Quarkdown}
.htmloptions title:{Quarkdown | Markdown with superpowers}