markmv - v1.39.2
    Preparing search index...

    Interface PlannedLinkFix

    A broken internal link with ranked replacement candidates, ready to prompt about.

    interface PlannedLinkFix {
        sourceFile: string;
        line: number;
        brokenHref: string;
        suggestions: LinkSuggestion[];
    }
    Index
    sourceFile: string

    File containing the broken link

    line: number

    One-based line number of the link

    brokenHref: string

    The broken link target as written

    suggestions: LinkSuggestion[]

    Replacement candidates, best first