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
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
8688Includes heuristics for not including trailing delimiters such as punctuation
8789and unbalanced parentheses, see examples below.
You can’t perform that action at this time.
0 commit comments