tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
222 stars 63 forks source link

change header of references pane to show heading instead of anchor #542

Closed michaelficarra closed 1 year ago

michaelficarra commented 1 year ago

Changes this part:

image

to show the heading instead of the anchor.

image

I don't think anyone ever cares about the anchor.

Before:

image

After:

image

michaelficarra commented 1 year ago

Also made minor CSS changes: no uppercase transform, bump padding a bit, lighten up background to match search field background, tone down letter spacing.