Member Junction
    Preparing search index...

    Section parsed from Markdown content for platform-specific formatting.

    interface MarkdownSection {
        Content: string;
        Type: "text" | "code" | "header";
    }
    Index

    Properties

    Properties

    Content: string

    Content of the section.

    Type: "text" | "code" | "header"

    Type of section: 'text', 'code', or 'header'.