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

    Interface StateCore

    Mutable state passed through the core rules chain.

    interface StateCore {
        src: string;
        env: Env;
        tokens: Token[];
        inlineMode: boolean;
        md: MarkdownIt;
        Token: typeof Token;
    }
    Index