Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 321 Bytes

filter_urlize.rst

File metadata and controls

16 lines (9 loc) · 321 Bytes

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 :ref:`filter-escape_link` filter.

.. seealso:: :ref:`filter-escape_link`