@cavell/kit API
    Preparing search index...

    Interface Citation

    A resolved source behind an Ask Aletta guideline answer. marker (e.g. "c:5", "s:20", "b:15", "cite:9" — all citations) lines up with the inline [c:5]-style reference in the answer.

    interface Citation {
        excerpt?: string;
        heading?: string;
        image_data_url?: string;
        language?: string;
        marker?: string;
        occurrences?: number;
        page?: string;
        source?: string;
        source_url?: string;
        title?: string;
    }
    Index
    excerpt?: string
    heading?: string

    Section heading within the source document.

    image_data_url?: string

    Pre-fetched figure / source image as a data: URL.

    language?: string
    marker?: string
    occurrences?: number

    How many times this source is referenced in the answer.

    page?: string
    source?: string

    Publisher / collection the source belongs to.

    source_url?: string

    Tracked click-through URL to the source document (Ask Aletta tracked_urls.source — a short-lived redirect link).

    title?: string