markmv - v1.39.2
    Preparing search index...

    Interface SplitResult

    Result of a split operation containing extracted sections and metadata.

    Provides information about all sections that were created and any content that remains in the original file.

    interface SplitResult {
        sections: SplitSection[];
        remainingContent: string | undefined;
        errors: string[];
        warnings: string[];
    }
    Index
    sections: SplitSection[]

    Array of sections to create as separate files

    remainingContent: string | undefined

    Any content that should remain in the original file

    errors: string[]

    Errors encountered during splitting

    warnings: string[]

    Warnings