The old table looked like this, the black color code was rendered as a pullrequest/issue link (which is expected behavior for the markdown renderer)
image
This pull request simply puts them in tickmarks/backticks `, which makes them look like this:
image
This is how colors are supposed to be listed, because not only does this remove the link, but it also displays the actual color next to the colorcode and makes it a tiny bit more readable.
Thank you and I hope this pull request is of some use!
The old table looked like this, the black color code was rendered as a pullrequest/issue link (which is expected behavior for the markdown renderer)

This pull request simply puts them in tickmarks/backticks `` ` ``, which makes them look like this:

This is how colors are supposed to be listed, because not only does this remove the link, but it also displays the actual color next to the colorcode and makes it a tiny bit more readable.
Thank you and I hope this pull request is of some use!