Skip to content

Commit c1bcada

Browse files
authored
README: Mention that schemes can contain . (see #17)
1 parent beaaabc commit c1bcada

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ Features
7979

8080
### URL extraction
8181

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.
82+
Extracts URLs of the form `scheme://example` with any potentially valid scheme.
83+
URIs such as `example:test` are not matched (may be added as an option in the
84+
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.)
8587

8688
Includes heuristics for not including trailing delimiters such as punctuation
8789
and unbalanced parentheses, see examples below.

0 commit comments

Comments
 (0)