godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
https://godotengine.org
MIT License
280 stars 138 forks source link

A hash-hyperlink to C# section in Highlights section of the latest blog (Dev snapshot: 4.3 beta 1) is broken #861

Closed KarmyDev closed 1 month ago

KarmyDev commented 1 month ago

Looking at the Highlight section, hovering over C# shows that it leads to .../#C\# but clicking it does nothing.

However scrolling down to the C# section and hovering over link icon next to title shows that it leads to .../#c, hence why Highlight section link doesn't work.

I think the issue is with whatever converts the article files (markdown) to html pages, which ignores special symbols in the topic/header for hash-hyperlinks.