Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the use of the delimiter characters by doubling them ("Hello {{}}" becomes "Hello {}") #426

Closed
Tracked by #182
CohenArthur opened this issue Dec 10, 2021 · 1 comment
Labels
enhancement New feature or request interpreter Issue with the jinko interpreter module

Comments

@CohenArthur
Copy link
Member

CohenArthur commented Dec 10, 2021

i.e "Hello {{}}" becomes "Hello {}"

@CohenArthur CohenArthur added enhancement New feature or request interpreter Issue with the jinko interpreter module labels Dec 10, 2021
@CohenArthur
Copy link
Member Author

We should instead rely on escaping the delimiters, as discussed with @SanderJSA.
So "Hello {{}}" would thus become "Hello \{\}" which is clearer imo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request interpreter Issue with the jinko interpreter module
Projects
None yet
Development

No branches or pull requests

1 participant