markmv - v1.26.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: undefined | string;
        errors: string[];
        warnings: string[];
    }
    Index

    Properties

    sections: SplitSection[]

    Array of sections to create as separate files

    remainingContent: undefined | string

    Any content that should remain in the original file

    errors: string[]

    Errors encountered during splitting

    warnings: string[]

    Warnings