crossnote
    Preparing search index...

    Interface TransformMarkdownOptions

    interface TransformMarkdownOptions {
        fileDirectoryPath: string;
        fileHash?: string;
        filesCache: { [key: string]: string };
        forJest?: boolean;
        forMarkdownExport?: boolean;
        forPreview: boolean;
        headingIdGenerator?: HeadingIdGenerator;
        imageDirectoryPath?: string;
        markdownParser?: MarkdownParser;
        notebook: Notebook;
        notSourceFile?: boolean;
        projectDirectoryPath: string;
        protocolsWhiteListRegExp: RegExp | null;
        timestamp?: number;
        useRelativeFilePath: boolean;
    }
    Index

    Properties

    fileDirectoryPath: string
    fileHash?: string
    filesCache: { [key: string]: string }
    forJest?: boolean
    forMarkdownExport?: boolean
    forPreview: boolean
    headingIdGenerator?: HeadingIdGenerator
    imageDirectoryPath?: string
    markdownParser?: MarkdownParser
    notebook: Notebook
    notSourceFile?: boolean
    projectDirectoryPath: string
    protocolsWhiteListRegExp: RegExp | null
    timestamp?: number
    useRelativeFilePath: boolean