diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 3b650f1..557b5a3 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 are |
| 1514 | not replaced. For example, if ``value`` is ``Café``, the output will |
| 1515 | *not* be ``Café`` but remain ``Café``. This means that in some edge |
| 1516 | cases, such as abbreviations followed by semicolons, this filter will not |
| 1517 | replace ampersands that need replacing. For example, if ``value`` is ``Contact |
| 1518 | the R&D;``, the output will remain unchanged because ``&D;`` resembles a named |
| 1519 | entity. |
| 1520 | |
1513 | 1521 | .. templatefilter:: floatformat |
1514 | 1522 | |
1515 | 1523 | floatformat |