We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
1 parent beaaabc commit c1bcadaCopy full SHA for c1bcada
1 file changed
README.md
@@ -79,9 +79,11 @@ Features
79
80
### URL extraction
81
82
-Extracts URLs of the form `scheme://example` with any scheme. URIs such
83
-as `example:test` are not matched (may be added as an option in the future).
84
-If only certain schemes should be allowed, the result can be filtered.
+Extracts URLs of the form `scheme://example` with any potentially valid scheme.
+URIs such as `example:test` are not matched (may be added as an option in the
+future). If only certain schemes should be allowed, the result can be filtered.
85
+(Note that schemes can contain dots, so `foo.http://example` is recognized as
86
+a single link.)
87
88
Includes heuristics for not including trailing delimiters such as punctuation
89
and unbalanced parentheses, see examples below.
0 commit comments