Ticket #16071: documentation.diff
File documentation.diff, 792 bytes (added by , 13 years ago) |
---|
-
docs/ref/templates/builtins.txt
1495 1495 1496 1496 If ``value`` is ``Tom & Jerry``, the output will be ``Tom & Jerry``. 1497 1497 1498 Named entities and numeric character references are not replaced. If ``value`` 1499 is ``Pepé Le Pew``, the output will remain ``Pepé Le Pew``. 1500 1501 In some edge cases--such as abbreviations followed by semicolons--this filter 1502 will not replace ampersands that need replacing. If ``value`` is ``Darrin, run 1503 that past R&D; Betty…``, the output will remain unchanged because ``&D;`` 1504 resembles a named entity. 1505 1498 1506 .. templatefilter:: floatformat 1499 1507 1500 1508 floatformat