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)

23 lines (22 loc) 862 B
export declare const classNameContextMenu = "mmd-context-menu"; export declare const classNameMenu = "mmd-menu"; export declare const classNameMenuItem = "mmd-menu-item"; export declare const classNameMenuItemSource = "mmd-menu-item-source"; export declare const SMALL_SCREEN_BREAKPOINT = 580; export declare const heightMenuItem = 52; export declare const paddingMenu = 5; export declare const paddingMenuBottomSmall = 34; export declare const maxWidthMenu = 320; export declare const mathExportTypes: string[]; /** Classes mmd for which the context menu is supported */ export declare const mmdClassesForContextMenu: string[]; export declare enum eMathType { latex = "latex", asciimath = "asciimath", mathml = "mathml", mathmlword = "mathmlword", tsv = "tsv", csv = "csv", table_markdown = "table-markdown", smiles = "smiles" }