Interface MarkdownEngineOutput

interface MarkdownEngineOutput {
    JSAndCssFiles: string[];
    html: string;
    markdown: string;
    tocHTML: string;
    yamlConfig: JsonObject;
}

Properties

JSAndCssFiles: string[]

imported javascript and css files convert .js file to convert .css file to

html: string
markdown: string
tocHTML: string
yamlConfig: JsonObject

Generated using TypeDoc