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

    Interface ExtractOptions

    Options controlling how extractMermaidBlocks scans a document.

    interface ExtractOptions {
        fences?: readonly FenceMarker[];
    }
    Index

    Properties

    Properties

    fences?: readonly FenceMarker[]

    Which code-fence markers to recognize. Defaults to both 'backtick' (```mermaid) and 'tilde' (~~~mermaid), matching CommonMark. Restrict to e.g. ['backtick'] to ignore tilde fences.