feat: add vditor locally
This commit is contained in:
2
public/vditor/ts/markdown/previewRender.d.ts
vendored
Normal file
2
public/vditor/ts/markdown/previewRender.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const md2html: (mdText: string, options?: IPreviewOptions) => Promise<string>;
|
||||
export declare const previewRender: (previewElement: HTMLDivElement, markdown: string, options?: IPreviewOptions) => Promise<void>;
|
||||
Reference in New Issue
Block a user