md/src/utils/MDKatex.d.ts
YangFong e93895e71f
feat: add mathjax renderer (#385)
* fix #376
* fix #384 

---------

Co-authored-by: yanglbme <szuyanglb@outlook.com>
2024-09-07 10:25:35 +08:00

8 lines
183 B
TypeScript

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