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.
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.
sanitize_url HTML embedded_media
is_letsencrypt_valid_hostname URLs and links escape_link
Filters transform template variables before they are rendered.