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
create a page with headers generated by a loop
{#each assessment as assess} ### {assess.name} Some text {/each}
You can click on the TOC and it will navigate to the correct point in the page
It navigates to the first instance of the loop, as they all have the same href
href
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps To Reproduce
create a page with headers generated by a loop
{#each assessment as assess} ### {assess.name} Some text {/each}
Expected Behavior
You can click on the TOC and it will navigate to the correct point in the page
Actual Behaviour
It navigates to the first instance of the loop, as they all have the same
href
The text was updated successfully, but these errors were encountered: