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

    Interface ParserCore

    Top-level rules executor. Glues block/inline parsers and does intermediate transformations.

    interface ParserCore {
        ruler: Ruler<[StateCore], void>;
        State: typeof StateCore;
        process(state: StateCore): void;
    }
    Index

    Ruler instance. Keep configuration of core rules.