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)

8 lines (7 loc) 688 B
export declare const render_itemize_list_open: (tokens: any, index: any, options: any, env: any, renderer: any) => string; export declare const render_enumerate_list_open: (tokens: any, index: any, options: any, env: any, renderer: any) => string; export declare const render_item_inline: (tokens: any, index: any, options: any, env: any, slf: any) => string; export declare const render_latex_list_item_open: (tokens: any, index: any, options: any, env: any, slf: any) => string; export declare const render_latex_list_item_close: () => string; export declare const render_itemize_list_close: () => "</ul>" | "</ul></li>"; export declare const render_enumerate_list_close: () => string;