You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
1.3.0-beta.15 and earlier
Multiple expressions in the same tag are evaluated normally.
Output:
2 4Output:
2 41.3.0-beta.16 and later
Multiple expressions in the same tag are not evaluated (except when they are in separate tags).
Output:
{{1+1}} {{2+2}}Output:
2 4Is this change intentional? It is not mentioned in the 1.3.0-beta.16 changelog.