markmv - v1.39.2
    Preparing search index...

    Interface WaybackLinkChange

    A single converted link destination, with its location in the source file.

    interface WaybackLinkChange {
        file: string;
        line: number;
        from: string;
        to: string;
    }
    Index
    file: string

    Absolute path of the file containing the link

    line: number

    Line number of the link destination (1-based)

    from: string

    The destination text before conversion, exactly as it appeared in the file

    to: string

    The destination text after conversion