mathpix-markdown-it
Version:
Mathpix-markdown-it is an open source implementation of the mathpix-markdown spec written in Typescript. It relies on the following open source libraries: MathJax v3 (to render math with SVGs), markdown-it (for standard Markdown parsing)
8 lines (7 loc) • 399 B
TypeScript
export declare const getMenuItems: () => NodeListOf<Element>;
export declare const getMenuItemActive: () => Element;
export declare const findIndexActiveItem: (elem: any, items?: any) => number;
export declare const clearActiveItem: () => void;
export declare const chooseItem: (el: any) => void;
export declare const chooseNextItem: () => void;
export declare const choosePreviousItem: () => void;