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)

6 lines (5 loc) 552 B
export declare const textHighlight: (tokens: any, idx: any, options: any, env: any, self: any) => any; export declare const codeInlineHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string; export declare const renderTextUrlHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string; export declare const renderMathHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string; export declare const captionTableHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string;