]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add link to MarkupSafe in FAQ 1767/head
authorMatheus Felipe <matheusfelipeog@protonmail.com>
Thu, 1 Dec 2022 04:31:40 +0000 (01:31 -0300)
committerDavid Lord <davidism@gmail.com>
Wed, 18 Dec 2024 16:27:51 +0000 (08:27 -0800)
docs/faq.rst

index 493dc38c630905616b6a7d2761baae4fd133d182..a53ae12ffaf5541c40c23d5fb13a601d6c9dc2f0 100644 (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/