Currently the default behavior for anchor links is prevented when they are in the header of an accordion:
<amp-accordion>
<section>
<h4><a href="www.example.com">Section header</a></h4>
<p>Bunch of content.</p>
</section>
</amp-accordion>
Would like to see if it's possible to enable these anchor links