SatcherInstitute / health-equity-tracker

Health Equity Tracker is a free-to-use data visualization platform that is enabling new insights into the impact of COVID-19 and other social and political determinants of health on historically underrepresented groups in the United States.
https://healthequitytracker.org/
MIT License
17 stars 24 forks source link

Remove leading `#` when linking internal sections #3686

Closed benhammondmusic closed 1 month ago

benhammondmusic commented 1 month ago

A lot of newer content is handling internal linking to section ids where the id name is starting with a # character. This is not normal practice for HTML; the id should be declared as the normal string like <h1 id='big-stuff'> and then when linking, the hash is used to indicate the use of a specific id, like <a href="#big-stuff">