@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface DiffHunk

    One render unit's line diff — canonical bitmark lines on each side.

    interface DiffHunk {
        lines: DiffHunkLine[];
        unit: string;
    }
    Index
    lines: DiffHunkLine[]
    unit: string

    The unit's path (title, quizzes[1], quizzes[1 -> 2], header, or bit for a whole bit).