Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identical headings output identical id's #27

Open
emilbayes opened this issue Sep 20, 2015 · 0 comments
Open

Identical headings output identical id's #27

emilbayes opened this issue Sep 20, 2015 · 0 comments

Comments

@emilbayes
Copy link

The following Markdown will produce <h1> with identical ids. Maybe an internal counter should be kept:

Implementation
============

Implementation
============
<h1 id="implementation">Implementation</h1>
<h1 id="implementation">Implementation</h1>
emilbayes added a commit to emilbayes/kramed that referenced this issue Sep 20, 2015
This ensures unique HTML id's in line with the HTML spec, and allows anchors
to always reference the intended header.

Fixes GitbookIO#27
emilbayes added a commit to emilbayes/kramed that referenced this issue Sep 20, 2015
This ensures unique HTML id's in line with the HTML spec, and allows anchors
to always reference the intended header.

Fixes GitbookIO#27
emilbayes added a commit to emilbayes/kramed that referenced this issue Sep 20, 2015
This ensures unique HTML id's in line with the HTML spec, and allows anchors
to always reference the intended header.

Fixes GitbookIO#27
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

No branches or pull requests

1 participant