Skip to content

Commit

Permalink
Remove line statements from COMPATIBILITY.md (#673)
Browse files Browse the repository at this point in the history
From what I understand, #503 has implemented line statements already.
  • Loading branch information
evroon authored Jan 8, 2025
1 parent 5ed4037 commit 6aa3337
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ the state of compatibility and future direction is.

## Syntax Differences

MiniJinja does not support line statements and custom delimiters are an
optional feature that is largely discouraged. For custom delimiters the
`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.

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

0 comments on commit 6aa3337

Please sign in to comment.