Interface IMarkmapCreateOptions

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

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.

Generated using TypeDoc