Skip to content
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

Closed
goldwasser opened this issue Sep 7, 2024 · 3 comments · Fixed by #553
Closed

Problem with html symbols at https://p5js.org/reference/#Foundation #522

goldwasser opened this issue Sep 7, 2024 · 3 comments · Fixed by #553
Labels
Bug Something isn't working

Comments

@goldwasser
Copy link

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.
Screenshot 2024-09-07 at 9 51 55 AM

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

@goldwasser goldwasser added the Bug Something isn't working label Sep 7, 2024
@meganmckissack
Copy link

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 < type symbols characters like "lt".

@davepagurek
Copy link
Collaborator

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.

@davepagurek
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
3 participants