-
Notifications
You must be signed in to change notification settings - Fork 18k
x/pkgsite: add support for syntax highlighting of code blocks #40952
New issue
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
Comments
Thanks for the suggestion, @codyoss! /cc @spf13 @Joanne881107 @fflewddur for product / UX input |
Note that there also exist some preformated text blocks that don't contain Go code. For example: |
That is a very good point I had not thought of... Might make this quite tricky(infeasible?) as there is no way today to call out what is contained in the block.(i.e. the way markdown supports "```go") |
While I would also like this: maybe it's a better fit for a generic syntax highlighter browser plugin? Without code blocks it does seem pretty hard / flaky / possibly frustrating to try to guess and highlight with built-in behavior. |
Closing in favor of the umbrella issue (#56081). |
What is the URL of the page with the issue?
Any containing code blocks. Example: https://pkg.go.dev/cloud.google.com/go/storage?tab=doc#hdr-Objects
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36
Screenshot
What did you do?
Navigate to the page.
What did you expect to see?
Code blocks with syntax highlighting.
What did you see instead?
Code blocks as plain text.
The text was updated successfully, but these errors were encountered: