-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Improve URL detection in auto_hyperlinks example #250
Conversation
Hi thank you! Could pls return blank empty line? Linter fails |
Where do I return it? |
Please check changes tab or GitHub actions logs. Line number 6. Between imports and function definition |
Oh my bad. Done |
@editor-syntax did i something wrong? just testing your regex with example from the issue https://regex101.com/r/d3Hg78/1 ![]() |
|
@editor-syntax it looks working. But you deleted the usage of "aggressive" bool. Now we have only 1 regex. But you didn't delete the argument of the function. If we are gonna delete "aggressive" mode we should remove all related things to it:
|
Yes, we can do that. I'll edit the example code and you edit the rest |
thank you! |
Fixes #141