We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I'm editing a *.njk file using a static site generator like Eleventy, I have a need to include YAML front matter in the file, like so:
*.njk
--- layout: main --- <p>This is a page</p>
When I save, the YAML is compressed and made to be invalid, like so:
This is not ideal. Can we disable this behavior, or at least put it behind a checkbox?
The text was updated successfully, but these errors were encountered:
Any update on this?
Sorry, something went wrong.
This one works as far as I can tell: https://marketplace.visualstudio.com/items?itemName=ginfuru.better-nunjucks
I don't use a lot of the features of this extension, but syntax highlighting and formatting is good.
No branches or pull requests
If I'm editing a
*.njk
file using a static site generator like Eleventy, I have a need to include YAML front matter in the file, like so:When I save, the YAML is compressed and made to be invalid, like so:
This is not ideal. Can we disable this behavior, or at least put it behind a checkbox?
The text was updated successfully, but these errors were encountered: