Trevixal API
    Preparing search index...

    A run of code text, with the colour and weight the editor drew it in.

    interface RenderedRun {
        bold?: boolean;
        color?: string;
        italic?: boolean;
        text: string;
    }
    Index
    bold?: boolean
    color?: string

    #rrggbb, or absent for text in the block's own colour.

    italic?: boolean
    text: string