You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I just realized this something different than #7213. Yet, the main problem is discussed in #7213, which is that linky filter currently disallows certain characters that is should allow (per the spec), but aligning it with the spec would break people's expectations wrt to links in plain text.
There is also #13699, which discusses a more general problem, which is that the RegExp used in linky is pretty broken anyway 😁
I'll keep this closed. Let's move the discussion on #7213 and/or #13699.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
I'm submitting a ...
Current behavior:
Links like
(www.example.com):
include):
as part of the link when it is punctuation.Expected / new behavior:
):
should not be part of the link.Minimal reproduction of the problem with instructions:
Type
(www.example.com):
in the example https://docs.angularjs.org/api/ngSanitize/filter/linkyAngular version: 1.6.4
Browser: [all]
Anything else:
The text was updated successfully, but these errors were encountered: