-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
urlize filter ignores ftp:// URLs #522
Copy link
Copy link
Closed
Milestone
Description
Documentation states:
urlize(value, trim_url_limit=None, nofollow=False, target=None)
Converts URLs in plain text into clickable links.
Therefore I expect that anything that looks like URL gets converted to <a href=...> tag. Unfortunately now urlize picks only http and https URLs.
Something has to be changed. Either urlize behaviour or documentation to cleary describe urlize limitations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels