Skip to content

urlize filter ignores ftp:// URLs #522

@Self-Perfection

Description

@Self-Perfection

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions