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.
See also
escape_link
truncate_html
without_embedded_media
Enter search terms or a module, class or function name.