md/src/utils/MDKatex.d.ts

8 lines
183 B
TypeScript
Raw Normal View History

import type { MarkedExtension } from 'marked'
export interface MarkedKatexOptions {
nonStandard?: boolean
}
export function MDKatex(options?: MarkedKatexOptions): MarkedExtension