-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
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
Issue with code formating in the documentation #30008
Comments
We had a similar issue lately, see #29569. We actually fixed the issue by updating |
Able to reproduce the issue, happens quite consistently when loading a page with cache disabled (or after clearing cache/hard reloading). Took a while to figure out what is causing it, but The pretty printing could be delayed, but that's not ideal since besides this there really isn't any reason to delay it. We know that the (non inline) code blocks are pre-formatted and only have to "tell" |
Thanks for you detailed answer! I'll watch the documentation in another browser if it bother me. |
How about we do that just for Firefox? Modifying |
Description
I noticed an issue in the code example in the documentation:
(link: https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene)
As you can see the code if not properly formatted like in the corresponding code: https://github.com/mrdoob/three.js/blob/dev/docs/manual/en/introduction/Creating-a-scene.html#L26-L35
I sent a specific link but it happens all over the website.
Reproduction steps
Just go to the documentation and look at a code example.
Code
N/A
Live example
Screenshots
No response
Version
r171
Device
Desktop
Browser
Firefox
OS
MacOS
The text was updated successfully, but these errors were encountered: