We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#undefined
Originally reported in #305.
a link was being injected with the href of #undefined due to a missing id attribute on the <h2> element
id
<h2>
This should be fixed at build time. Either we should autogenerates a sensible default, or failing that, report missing ids.
End users need to have working anchor links for all headings. Authors need to know if a heading is missing a working anchor link.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally reported in #305.
What should change
This should be fixed at build time. Either we should autogenerates a sensible default, or failing that, report missing
id
s.User need
End users need to have working anchor links for all headings. Authors need to know if a heading is missing a working anchor link.
The text was updated successfully, but these errors were encountered: