Skip to content
New issue

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

fix: prevent from encoding already encoded url links #8

Merged
merged 2 commits into from
Apr 14, 2024

Conversation

anton-nagornyi
Copy link
Contributor

Description

This pull request addresses handling links that are already encoded.

Currently, [Atlassian](http://atlassian.com?s=%7B0622CBE5) is transformed to [Atlassian](http://atlassian.com?s=%257B0622CBE5).

The correct result should be: [Atlassian](http://atlassian.com?s=%7B0622CBE5)

Additional Notes

  • The changes have been tested locally to ensure compatibility with existing functionality.
  • Please review and provide feedback. Thank you!

Copy link
Owner

@skoropadas skoropadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome thanks!

@skoropadas skoropadas merged commit 5b75aeb into skoropadas:master Apr 14, 2024
2 checks passed
Copy link

🎉 This PR is included in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants