summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBebleo <james.warne@outlook.com>2020-04-19 05:42:12 -0400
committerDavid Lord <davidism@gmail.com>2021-01-30 06:25:03 -0800
commitd504e1d1e2798d7b4661462b9ef4cd77dd270ff9 (patch)
tree7b97d883edb56768cc5d72351dfe9f8946dff61d /docs
parentc3b34a06f340234939df5ad77bbe6327ca7fc3f0 (diff)
downloadjinja2-d504e1d1e2798d7b4661462b9ef4cd77dd270ff9.tar.gz
Improve and extend urlize
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index ec083a8..9189642 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -550,6 +550,10 @@ Example::
The default target that is issued for links from the `urlize` filter
if no other target is defined by the call explicitly.
+``urlize.additional_uri_schemes``:
+ Additional uri scheme prefixes that will generate links from the
+ `urlize` filter in addition to http://, https://, and mailto:.
+
``json.dumps_function``:
If this is set to a value other than `None` then the `tojson` filter
will dump with this function instead of the default one. Note that