markmap
    Preparing search index...

    Interface IMarkmapCreateOptions

    interface IMarkmapCreateOptions {
        content?: string;
        output?: string;
    }
    Index

    Properties

    Properties

    content?: string

    Markdown content as string.

    output?: string

    Output file path of the markmap HTML file. If not provided, the same basename as the Markdown input file will be used.