x/pkgsite: missing documentation headings/anchors #39529
Closed
Milestone
Comments
This was referenced Jun 15, 2020
Hm, I do see the ¶ link when hovering the heading: It takes me to https://pkg.go.dev/github.com/mna/pigeon?tab=doc#hdr-PEG_syntax, which looks correct. But I can't find the heading in any index section, which I agree is unfortunate. |
Thanks for reporting @ribasushi, and for looking into this @mvdan! It does look like the anchor link for https://pkg.go.dev/github.com/mna/pigeon?tab=doc#hdr-PEG_syntax is working as intended, so going to close this issue. For listing in the index section, this should be fixed by #38073. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/mna/pigeon
What is your user agent?
N/A
Screenshot
N/A
What did you do?
N/A
What did you expect to see?
I was expecting
PEG syntax
to appear in the TOC on top, and to be linkable (with the ¶ appearing on hover). At present there is no way to replicate https://godoc.org/github.com/mna/pigeon#hdr-PEG_syntax via https://pkg.go.devWhat did you see instead?
See above
The text was updated successfully, but these errors were encountered: