Trevixal API
    Preparing search index...
    interface CodeHighlightOptions {
        nodeName?: string;
        spellcheck?: boolean;
    }
    Index
    nodeName?: string

    Node type to highlight; "codeBlock" by default.

    spellcheck?: boolean

    Whether the browser spell-checks code blocks. Off by default: identifiers are not prose, and the squiggles read as errors in the code.