Add link to MarkupSafe in FAQ

This commit is contained in:
Matheus Felipe 2022-12-01 01:31:40 -03:00 committed by David Lord
parent d3d0910d8a
commit f502aac8dc
No known key found for this signature in database
GPG Key ID: 43368A7AA8CC5926

View File

@ -70,6 +70,8 @@ these document types.
While automatic escaping means that you are less likely have an XSS
problem, it also requires significant extra processing during compiling
and rendering, which can reduce performance. Jinja uses MarkupSafe for
and rendering, which can reduce performance. Jinja uses `MarkupSafe`_ for
escaping, which provides optimized C code for speed, but it still
introduces overhead to track escaping across methods and formatting.
.. _MarkupSafe: https://markupsafe.palletsprojects.com/