chore(ckeditor5/plugins): integrate markdown inline

This commit is contained in:
Elian Doran
2025-05-03 17:22:49 +03:00
parent 2f09411c0d
commit a44eaeaf10
4 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ declare global {
getHeaders(): Promise<Record<string, string>>;
getReferenceLinkTitle(href: string): Promise<string>;
getReferenceLinkTitleSync(href: string): string;
importMarkdownInline(): void;
}
}