UNPKG

myst-parser

Version:
7 lines 259 B
import type MarkdownIt from 'markdown-it'; export type MathExtensionOptions = { amsmath?: boolean; dollarmath?: boolean; }; export declare function plugin(md: MarkdownIt, options?: true | MathExtensionOptions): void; //# sourceMappingURL=math.d.ts.map