Digraphs icon indicating copy to clipboard operation
Digraphs copied to clipboard

Fix HTML entities on the Digraphs homepage

Open wilfwilson opened this issue 1 year ago • 1 comments

On the Digraphs homepage, https://digraphs.github.io/Digraphs, the entities &Digraphs; and ⪆ are being rendered as-is, not as we want them to be rendered:

Screenshot 2024-10-20 at 11 56 15

This should be fixed, either by just having them as plain text, or by doing something else to make them special.

wilfwilson avatar Oct 20 '24 11:10 wilfwilson

Apologies, I'm still working on this issue. My initial attempt borked the documentation page so I'm trying again, expanding the macro call.

Discussed with James at today's GAP meeting.

forktree avatar Feb 05 '25 17:02 forktree

The Semigroups package just deals with this issue by having the corresponding words in plain text:

Image

I suggest we just do the same for Digraphs.

wilfwilson avatar Sep 01 '25 18:09 wilfwilson

Actually I came up with a better solution. See #809.

wilfwilson avatar Sep 05 '25 14:09 wilfwilson