You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Golang is designed for beginner friendly, many many beginners like syntax highlight, in fact nearly all other languages(cppreference, rust, python, javascript,...) are having syntax highlight in their doc and websites, golang remains probably the only main stream language that insists its boring plain text for code contents. Some senior Go developers might dislike syntax highlight, but many of us can not live without it, just like the rest of nearly all other main languages. can you please at least make that an opt-in feature? Thank you.
Golang is designed for beginner friendly, many many beginners like syntax highlight, in fact nearly all other languages(cppreference, rust, python, javascript,...) are having syntax highlight in their doc and websites, golang remains probably the only main stream language that insists its boring plain text for code contents. Some senior Go developers might dislike syntax highlight, but many of us can not live without it, just like the rest of nearly all other main languages. can you please at least make that an opt-in feature? Thank you.
What is the URL of the page with the issue?
https://pkg.go.dev/
https://go.dev/tour/welcome/1
run godoc from command line to read doc
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Screenshot
What did you do?
just read documents and use tours of go
What did you expect to see?
all code snippets should be syntax highlighted
What did you see instead?
it's plain text
The text was updated successfully, but these errors were encountered: