Itch strips these links. It’s annoying, but you can work around it by using the full URL for your page plus the anchor:
<a href="https://you.itch.io/yourgame#anchor">Link</a>
Itch strips ID attributes as well, so you’ll need to use <a name="section"></a>
for the anchors instead if ID attributes.