-
Notifications
You must be signed in to change notification settings - Fork 123
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
textlink failing on specific case #62
Comments
Fixed by replacing
with
Not sure yet if this will have a side effect. Got the regex from here:
|
alice0775
added a commit
that referenced
this issue
Mar 25, 2021
alice0775
added a commit
that referenced
this issue
Apr 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
[link](google.com/images)
Is trying to load "https://www.(google.com/images" instead of "https://www.google.com/images".
The text was updated successfully, but these errors were encountered: