UNPKG

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)

25 lines (24 loc) 574 B
export declare const icons: { symbol: string; unicodeHex: string; code: number; alias: string; name: string; nameUnicode: string; }[]; export declare const squaredIcons: { symbol: string; alias: string; name: string; }[]; export declare const findIcon: (iconName: string, isMath?: boolean) => any; export declare const findSquaredIcon: (iconName: string) => { symbol: string; alias: string; name: string; }; export declare const findFaIcons: (iconName: string) => { alias: string; name: string; symbol: string; };