urlize

Find urls in the given input and make them clickable.

Example:

{{ "http://foo.bar/"|urlize }}

Outputs:

<a href="http://foo.bar/">http://foo.bar/</a>

This filter is very similar to the escape_link filter.

Edit on GitHub

sanitize_url HTML embedded_media

is_letsencrypt_valid_hostname URLs and links escape_link

Referred by

Filters

Filters transform template variables before they are rendered.