File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,11 @@ Features
79
79
80
80
### URL extraction
81
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.
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.)
85
87
86
88
Includes heuristics for not including trailing delimiters such as punctuation
87
89
and unbalanced parentheses, see examples below.
You can’t perform that action at this time.
0 commit comments