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
If I create some headers like:
# Top will be generated ## On <sub><sub>[Go to Top](#top)</sub></sub> side of this page.
will be generated
side of this page.
It does generates this:
- [Top](#top) * [On <sub><sub>[Go to Top](#top)</sub></sub>](#on--sub--sub--go-to-top---top---sub---sub-)
Instead of this:
- [Top](#top) * [On](#on-go-to-top)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I create some headers like:
Top
will be generated
On Go to Top
side of this page.
It does generates this:
Instead of this:
The text was updated successfully, but these errors were encountered: