Skip to content

automatically generate IDs for H2s on syntax pages#214

Open
afeld wants to merge 1 commit into
mattcone:masterfrom
afeld:auto-h2-ids
Open

automatically generate IDs for H2s on syntax pages#214
afeld wants to merge 1 commit into
mattcone:masterfrom
afeld:auto-h2-ids

Conversation

@afeld

@afeld afeld commented Nov 30, 2024

Copy link
Copy Markdown

I'm linking to https://www.markdownguide.org/basic-syntax/#headings, but my link checker is failing because that anchor doesn't exist (without JavaScript).

Before:

<h2>Headings</h2>

After:

<h2 id="headings">Headings</h2>

Thanks!

@afeld

afeld commented Jun 30, 2025

Copy link
Copy Markdown
Author

Nudge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant