crossnote
    Preparing search index...

    Interface MarkdownEngineOutput

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

    Properties

    html: string
    JSAndCssFiles: string[]

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

    markdown: string
    tocHTML: string
    yamlConfig: JsonObject