@mermaid-lint/core
    Preparing search index...

    Interface FixOptions

    Options for fixText.

    interface FixOptions {
        fences?: readonly FenceMarker[];
        path?: string;
    }
    Index

    Properties

    Properties

    fences?: readonly FenceMarker[]

    Which code-fence markers to recognize, matching extractMermaidBlocks. Defaults to both 'backtick' and 'tilde' (CommonMark).

    path?: string

    Source path; a .mmd extension fixes the whole file as one diagram.