@arcmantle/adapter-element
    Preparing search index...

    Variable unsafeHTMLConst

    unsafeHTML: (
        value: string | typeof noChange | typeof nothing | null | undefined,
    ) => DirectiveResult

    Renders the result as HTML, rather than text.

    The values undefined, null, and nothing, will all result in no content (empty string) being rendered.

    Note, this is unsafe to use with any user-provided input that hasn't been sanitized or escaped, as it may lead to cross-site-scripting vulnerabilities.

    Type declaration