Replies: 1 comment
|
Docs code sections not showing — common issue with a few causes: 1. JavaScript disabled/blocked
2. Syntax highlighting not loading // Check if Prism/highlight.js loaded
console.log(typeof Prism); // Should be "object"
console.log(typeof hljs); // Or this3. Content Security Policy
4. Lazy loading issue
5. Browser cache # Hard refresh
Ctrl+Shift+R (Windows/Linux)
Cmd+Shift+R (Mac)6. Docs version mismatch
Workaround:
Report it: What browser and which doc page? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
All reactions