mirror of
https://github.com/doocs/md.git
synced 2025-02-12 01:30:08 +08:00
8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
|
import type { MarkedExtension } from 'marked'
|
||
|
|
||
|
export interface MarkedKatexOptions {
|
||
|
nonStandard?: boolean
|
||
|
}
|
||
|
|
||
|
export function MDKatex(options?: MarkedKatexOptions): MarkedExtension
|