x/pkgsite: fails to escape backtick-quotes in doc comments #42666
Labels
FrozenDueToAge
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite/dochtml
Issues related to package documentation in pkgsite
pkgsite
Milestone
What is the URL of the page with the issue?
https://pkg.go.dev/reflect#DeepEqual
What is your user agent?
Mozilla/5.0 (X11; CrOS x86_64 13421.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36
Screenshot
What did you do?
Open documentation for
reflect.DeepEqual
.What did you expect to see?
The same text as produced by
go doc reflect.DeepEqual
, with the idiosyncratic backtick-quotes replaced with proper Unicode quotes (per #27759, #41958, and others):What did you see instead?
Unescaped backticks and quote characters from the original source code:
go/src/reflect/deepequal.go
Lines 160 to 162 in c53315d
The text was updated successfully, but these errors were encountered: