full site update
This commit is contained in:
2
node_modules/astro/dist/vite-plugin-markdown/images.d.ts
generated
vendored
2
node_modules/astro/dist/vite-plugin-markdown/images.d.ts
generated
vendored
@@ -2,4 +2,4 @@ export type MarkdownImagePath = {
|
||||
raw: string;
|
||||
safeName: string;
|
||||
};
|
||||
export declare function getMarkdownCodeForImages(imagePaths: MarkdownImagePath[], html: string): string;
|
||||
export declare function getMarkdownCodeForImages(localImagePaths: MarkdownImagePath[], remoteImagePaths: string[], html: string): string;
|
||||
|
Reference in New Issue
Block a user