We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed4037 commit 6aa3337Copy full SHA for 6aa3337
COMPATIBILITY.md
@@ -5,9 +5,8 @@ the state of compatibility and future direction is.
5
6
## Syntax Differences
7
8
-MiniJinja does not support line statements and custom delimiters are an
9
-optional feature that is largely discouraged. For custom delimiters the
10
-`custom_syntax` feature needs to be enabled.
+Custom delimiters are an optional feature that is largely discouraged.
+For custom delimiters the `custom_syntax` feature needs to be enabled.
11
12
MiniJinja by default does not allow unicode identifiers. These need to be
13
turned on with the `unicode` feature to achieve parity with Jinja2.
0 commit comments