Skip to content

Commit 6aa3337

Browse files
authored
Remove line statements from COMPATIBILITY.md (#673)
From what I understand, #503 has implemented line statements already.
1 parent 5ed4037 commit 6aa3337

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

COMPATIBILITY.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ the state of compatibility and future direction is.
55

66
## Syntax Differences
77

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.
8+
Custom delimiters are an optional feature that is largely discouraged.
9+
For custom delimiters the `custom_syntax` feature needs to be enabled.
1110

1211
MiniJinja by default does not allow unicode identifiers. These need to be
1312
turned on with the `unicode` feature to achieve parity with Jinja2.

0 commit comments

Comments
 (0)