chore: update jsdoc

report-raw-dead-links
bluwy 1 month ago
parent c3814b93e3
commit 085ae48a79
No known key found for this signature in database

4
types/shared.d.ts vendored

@ -591,7 +591,9 @@ export interface MarkdownEnv {
*/ */
links?: string[] 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 }[] linkMetadatas?: { rawLink: string; line?: number }[]
/** /**

Loading…
Cancel
Save