markmv - v1.29.0
    Preparing search index...

    Interface TocGeneratorResult

    Result of table of contents generation.

    interface TocGeneratorResult {
        toc: string;
        headings: MarkdownHeading[];
    }
    Index

    Properties

    Properties

    toc: string

    Generated table of contents markdown

    headings: MarkdownHeading[]

    Extracted headings