-
Notifications
You must be signed in to change notification settings - Fork 63
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
Nav link for reporting a bug does not go to the correct <h2> #381
Comments
@cjohnston1158 hi! The reporting a bug links to github, or I can't figure out where you mean. Can you give more details of the page you are on and where the link is? |
It looks like the "Reporting a bug" navigation items in the docs which should link to the bottom of the troubleshooting page but the id on the heading is missing in the content. |
@evilnick can you add an id to the title in the troubleshooting content in the discourse post. |
@anthonydillon can you even add an id in markdown? |
@pmahnke believe so as the "Using the built-in inspection tool" heading has an id |
@evilnick how is this going? |
Notwithstanding the handling of headers being generally terrible, the 'reporting a bug' link does have a header which works from the navigation. |
Summary
When clicking the link to "Reporting a bug", you are directed to the top of the troubleshooting page. It would appear as though the
<h2>
for this section is missing itsid
.The text was updated successfully, but these errors were encountered: