feat: add vditor locally
This commit is contained in:
9
public/vditor/ts/markdown/mathRender.d.ts
vendored
Normal file
9
public/vditor/ts/markdown/mathRender.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
MathJax: any;
|
||||
}
|
||||
}
|
||||
export declare const mathRender: (element?: (HTMLElement | Document), options?: {
|
||||
cdn?: string;
|
||||
math?: IMath;
|
||||
}) => void;
|
||||
Reference in New Issue
Block a user