From 085ae48a791f8931bec0cbd88b4e5b0bb4061a2d Mon Sep 17 00:00:00 2001 From: bluwy Date: Fri, 7 Aug 2026 12:25:40 +0800 Subject: [PATCH] chore: update jsdoc --- types/shared.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/types/shared.d.ts b/types/shared.d.ts index c4be255d..95c77394 100644 --- a/types/shared.d.ts +++ b/types/shared.d.ts @@ -591,7 +591,9 @@ export interface MarkdownEnv { */ links?: string[] /** - * The line numbers at which each of `links` appears in the source. + * The metadata of the links collected from the page. + * - `rawLink`: The url as written + * - `line`: The line number at which the link appears in the source. */ linkMetadatas?: { rawLink: string; line?: number }[] /**