markdown-it - v15.0.2
    Preparing search index...

    Interface Env

    Shared environment passed through parsing and rendering.

    Plugins may use it to store arbitrary data.

    interface Env {
        references?: Record<string, { title: string; href: string }>;
        [key: string | symbol]: unknown;
    }

    Indexable

    • [key: string | symbol]: unknown
    Index