markmv - v1.26.2
    Preparing search index...

    Interface LinkRefactorResult

    Result of a link refactoring operation.

    Contains the updated content with refactored links and detailed information about the changes made during the refactoring process.

    interface LinkRefactorResult {
        updatedContent: string;
        changes: OperationChange[];
        errors: string[];
    }
    Index

    Properties

    updatedContent: string

    Updated content with refactored links

    changes: OperationChange[]

    Changes made to links

    errors: string[]

    Any errors encountered during refactoring