Open lfdebrux opened 2 years ago
Originally reported in #305.
a link was being injected with the href of #undefined due to a missing id attribute on the <h2> element
#undefined
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.
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.