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
Describe the bug
In my yaml file, i have block fold field description with a line break as in below code
version: 2
tables:
- name: customers
description: >
This table has basic information about a customer.
As well as some derived facts based on a customer's orders
When I parse the contents as document and save it to a file, the line breaks are not preserved
version: 2
tables:
- name: customers
description: >
This table has basic information about a customer. As well as some
derived facts based on a customer's orders
Is it possible to restore the line breaks when saving the file?
To Reproduce
Mentioned above
Expected behaviour
Line breaks in block fold should be preserved
Versions (please complete the following information):
Environment: node 20
yaml: 2.6.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
In my yaml file, i have block fold field
description
with a line break as in below codeWhen I parse the contents as document and save it to a file, the line breaks are not preserved
Ouput:
Is it possible to restore the line breaks when saving the file?
To Reproduce
Mentioned above
Expected behaviour
Line breaks in block fold should be preserved
Versions (please complete the following information):
yaml
: 2.6.0Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: