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

Fix unecessary quote change for attribute value in Jinja #102

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

UnknownPlatypus
Copy link
Contributor

@UnknownPlatypus UnknownPlatypus commented Feb 9, 2025

Fixes #55

Review commit per commit is advised, I did some minor refactoring work that will make more sense reviewed that way.

The actual change fixing the issue for me is quite minimal (see the last commit). Basically special casing jinja to respect the configured quote style even if there is a quote inside the value (because Jinja allows that and will parse it correctly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unecessary quote change for attribute value
1 participant