We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf2405 commit e1cc821Copy full SHA for e1cc821
1 file changed
server/utils/readme.ts
@@ -393,7 +393,6 @@ ${html}
393
// Resolve link URLs, add security attributes, and collect playground links
394
renderer.link = function ({ href, title, tokens }: Tokens.Link) {
395
const resolvedHref = resolveUrl(href, packageName, repoInfo)
396
- console.log({ resolvedHref })
397
const text = this.parser.parseInline(tokens)
398
const titleAttr = title ? ` title="${title}"` : ''
399
0 commit comments