hastur
hastur copied to clipboard
Clicking a fragment link should scroll to the element with a matching ID
<a href=#test>test</a>
will currently navigate you to the url #test
instead of scrolling to the matching ID (or doing nothing if no such ID exists).