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
Maybe its not considered semantically meaningful to have something like the following
<h1>Level 1 header</h1> <h3>Level 3 header</h3>
But tocify fails with error
tocify
Uncaught TypeError: Cannot read property 'top' of undefined, jquery.tocify.js:564
See this demonstration.
The text was updated successfully, but these errors were encountered:
Your example only included the h3 header. In the latest release, I make sure an error is not thrown when there is only one selector used.
h3
Sorry, something went wrong.
gfranko
No branches or pull requests
Maybe its not considered semantically meaningful to have something like the following
But
tocify
fails with errorSee this demonstration.
The text was updated successfully, but these errors were encountered: