-
Notifications
You must be signed in to change notification settings - Fork 93
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
Problem with html symbols at https://p5js.org/reference/#Foundation #522
Comments
I'd like to work on this, I found a few other related bugs in the same foundation section of the reference, all related to the page and url name changes from |
I left some discussion on a related issue here #447 (comment) about how to diagnose the source of the issues, so that you can target a fix in the right spot. Maybe take a look and see where the same reasoning leads you for this one. |
Update on this: turns out those operator references don't even exist any more in the p5.js repo! I thought I was going crazy haha, but I think the problem is that when we build the reference, it just creates/modifies new files, but never deletes old ones if items are removed from the reference. |
Most appropriate sections of the p5.js website?
Reference
What is your operating system?
Mac OS
Web browser and version
128.0.6613.120 (Official Build) (x86_64)
Actual Behavior
For both the > and >= summary description as visible on https://p5js.org/reference/#Foundation errant symbols are being shown as seen in image below.
Expected Behavior
If mirroring approach that seems to happen for < and <= the symbols can just be omitted so that summary reads "The greater than or equal to operator evaluates to true if ..."
Steps to reproduce
No response
Would you like to work on the issue?
no
The text was updated successfully, but these errors were encountered: