filter_urlize (zotonic_mod_base v1.0.0-rc.17)
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