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
When clicking on a link with a fragment that contains a comma (e.g., #call-for-speakers,-singapore), the generated URL is not working correctly. The URL generated is: https://www.asyncapi.com/blog/conference-2024-summary#call-for-speakers,-singapore
However, when manually modifying the URL to replace the comma with a hyphen, the link works as expected: https://www.asyncapi.com/blog/conference-2024-summary#call-for-speakers-singapore
The URL should automatically replace commas in the fragment with hyphens, resulting in a valid URL like:
https://www.asyncapi.com/blog/conference-2024-summary#call-for-speakers-singapore
Steps to Reproduce: -Go to https://www.asyncapi.com/blog/conference-2024-summary
Google Chrome
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
@anshgoyalevil Please take a look. Let me know if I can work on this.
Sorry, something went wrong.
Feel free to raise the PR.
IMO, That would require a minor change to the regex over here
website/components/TOC.tsx
Line 42 in bca2a91
Oh yes, this file, thank you for your help!
Successfully merging a pull request may close this issue.
Describe the bug.
When clicking on a link with a fragment that contains a comma (e.g., #call-for-speakers,-singapore), the generated URL is not working correctly. The URL generated is: https://www.asyncapi.com/blog/conference-2024-summary#call-for-speakers,-singapore
However, when manually modifying the URL to replace the comma with a hyphen, the link works as expected: https://www.asyncapi.com/blog/conference-2024-summary#call-for-speakers-singapore
Expected behavior
The URL should automatically replace commas in the fragment with hyphens, resulting in a valid URL like:
https://www.asyncapi.com/blog/conference-2024-summary#call-for-speakers-singapore
Screenshots
Screencast.from.01-31-2025.11.00.17.AM.webm
How to Reproduce
Steps to Reproduce:
-Go to https://www.asyncapi.com/blog/conference-2024-summary
🥦 Browser
Google Chrome
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: