chore: Move editor into codebase (#2930)
This commit is contained in:
5
shared/typings/markdown-it-mark.d.ts
vendored
Normal file
5
shared/typings/markdown-it-mark.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module "markdown-it-mark" {
|
||||
function plugin(md: any): void;
|
||||
|
||||
export = plugin;
|
||||
}
|
||||
Reference in New Issue
Block a user