1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-14 18:55:00 +02:00

[jinja/en] Fixes bullet point rendering issue (#5130)

Resolves #5129
This commit is contained in:
Darigov Research
2024-09-29 23:15:39 +01:00
committed by GitHub
parent 742574706b
commit 9633245669

View File

@@ -11,6 +11,7 @@ Jinja is a fast, expressive, and extensible templating engine for Python
applications.
Jinja includes a lot of functionalities, such as:
- Template inheritance and inclusion;
- Defining and importing macros within templates;
- Security mechanisms to prevent XSS attacks;