diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 76db1f7659..3b650f1f69 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2151,6 +2151,8 @@ urlize Converts URLs in text into clickable links. +Only works for .com, .net, and .org top level domains. + Works on links beginning with ``http://``, ``https://``, or ``www.`` and ending with ``.org``, ``.net`` or ``.com``. Links can have trailing punctuation (periods, commas, close-parens) and leading punctuation (opening parens) and |
