Preparing search index...

    Structured instruction step with optional title and grouped instructions. Extracted from well-formatted HTML when step structure is detected.

    interface ParsedInstruction {
        title: null | string;
        instructions: string[];
    }
    Index

    Properties

    Properties

    title: null | string
    instructions: string[]