-
Notifications
You must be signed in to change notification settings - Fork 110
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
yaml multiline strings #401
Comments
The way being block scalars (
|
Maybe instead of:
One should terminate the lines with commands after them with a semicolon, so they parse correctly? 🤔
This would/should become:
🖖 |
Yaml multiline strings appear to incorrectly drop line breaks in some places. This is important because it limits the ability to embed scripts in a readable manner (there is currently only one way I'm comfortable embedding scripts, and it makes them completely unreadable in the installer). Minimum example:
Add to installer:
Expected: Stays the same upon save
Actual: Becomes
Current workaround: Add an extra line break in problematic places (double spaced), like so:
The text was updated successfully, but these errors were encountered: