We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating badges using the badge generation tool (https://pkg.go.dev/badge).
For example, generating a badge for the URL:
https://pkg.go.dev/net/url?tab=overview
It should produce the following markdown snippet:
[](https://pkg.go.dev/net/url?tab=overview)
And instead produces this snippet:
[](https://pkg.go.dev/badge/net/url?tab=overview)
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/242641 mentions this issue: content,internal: fix markdown badge snippet
content,internal: fix markdown badge snippet
Sorry, something went wrong.
golang/pkgsite@2f4e4a8
Change https://golang.org/cl/242737 mentions this issue: content/static: fix badge dynamic update
content/static: fix badge dynamic update
golang/pkgsite@66d7d7c
No branches or pull requests
What did you do?
Generating badges using the badge generation tool (https://pkg.go.dev/badge).
For example, generating a badge for the URL:
https://pkg.go.dev/net/url?tab=overview
What did you expect to see?
It should produce the following markdown snippet:
[](https://pkg.go.dev/net/url?tab=overview)
What did you see instead?
And instead produces this snippet:
[](https://pkg.go.dev/badge/net/url?tab=overview)
The text was updated successfully, but these errors were encountered: