diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 3b650f1..63b71bc 100644
a
|
b
|
For example::
|
1510 | 1510 | |
1511 | 1511 | If ``value`` is ``Tom & Jerry``, the output will be ``Tom & Jerry``. |
1512 | 1512 | |
| 1513 | However, ampersands used in named entities and numeric character references |
| 1514 | will not be replaced. For example, if ``value`` is ``Café``, the output |
| 1515 | will *not* be ``Café&`` but remain ``Café``. This means that |
| 1516 | in some edge cases, such as acronyms followed by semicolons, this filter will |
| 1517 | not replace ampersands that need replacing. For example, if ``value`` is |
| 1518 | ``Contact the R&D;``, the output will remain unchanged because ``&D;`` |
| 1519 | resembles a named entity. |
| 1520 | |
1513 | 1521 | .. templatefilter:: floatformat |
1514 | 1522 | |
1515 | 1523 | floatformat |