This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
If I use html.A("Go to section1", href="#section1")
to scroll to an anchor, the page seems to refresh and lose its state. This makes it very difficult to use anchor tags at all because state is instantly lost... Ideally, I would like to store state within the url but this isn't currently possible because of #44
Not sure if this is a bug or just a problem with my implimentation though.