|
|
@ -99,9 +99,9 @@ export async function createMarkdownToVueRenderFn(
|
|
|
|
c.yellow(
|
|
|
|
c.yellow(
|
|
|
|
`\n(!) Found dead link ${c.cyan(url)} in file ${c.white(
|
|
|
|
`\n(!) Found dead link ${c.cyan(url)} in file ${c.white(
|
|
|
|
c.dim(file)
|
|
|
|
c.dim(file)
|
|
|
|
)}\nIf it is intended, you can use ${c.cyan(
|
|
|
|
)}\nIf it is intended, you can use:\n ${c.cyan(
|
|
|
|
`<a href=${url} target="_blank" rel="noreferrer noopener">${url}</a>`
|
|
|
|
`<a href="${url}" target="_blank" rel="noopener noreferrer">${url}</a>`
|
|
|
|
)} as 1:1 replacement`
|
|
|
|
)}`
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
deadLinks.push(url)
|
|
|
|
deadLinks.push(url)
|
|
|
|