[jinja/en] Fixes bullet point rendering issue

Resolves 
This commit is contained in:
Darigov Research 2024-09-29 11:32:48 +01:00 committed by GitHub
parent 742574706b
commit e13e900e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;