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
Describe the bug ToC contents are broken when a header(#) has a link.
To Reproduce
<!-- [[ multilingual toc: level=2 ]] --> ## Header1 ## [Header2](https://www.google.com/)
This is converted to
1. [Header](#Header) 2. [[Header2](https://www.google.com/)](#Header2httpswwwgooglecom) ## Header1 ## [Header2](https://www.google.com/)
Expected behavior
1. [Header1](#Header1) 2. [Header2](#Header2) ## Header1 ## [Header2](https://www.google.com/)
Additional context
We need to check about
The text was updated successfully, but these errors were encountered:
Fix #4: ToC headers are broken when they have a link
23d49ab
Checklist
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
ToC contents are broken when a header(#) has a link.
To Reproduce
This is converted to
Expected behavior
Additional context
We need to check about
The text was updated successfully, but these errors were encountered: