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
I encountered this today when attempting to use dslg to decode a formatted email.
dslg
This pattern decodes properly:
[placeholder](https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fatc0005%2Fsafelinks&data=data_placeholder&sdata=sdata_placeholder&reserved=0)
This pattern does not:
[https://github.com/atc0005/safelinks](https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fatc0005%2Fsafelinks&data=data_placeholder&sdata=sdata_placeholder&reserved=0)
The URL pattern within the URL anchor is enough to throw things off.
The text was updated successfully, but these errors were encountered:
Might be worth a look:
Dependencies used by this project are already using it, so it's already in the dependency tree.
Sorry, something went wrong.
atc0005
No branches or pull requests
I encountered this today when attempting to use
dslg
to decode a formatted email.This pattern decodes properly:
[placeholder](https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fatc0005%2Fsafelinks&data=data_placeholder&sdata=sdata_placeholder&reserved=0)
This pattern does not:
[https://github.com/atc0005/safelinks](https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fatc0005%2Fsafelinks&data=data_placeholder&sdata=sdata_placeholder&reserved=0)
The URL pattern within the URL anchor is enough to throw things off.
The text was updated successfully, but these errors were encountered: