Describe the bug
Do parsing the text then format it.
let doc = YAML.parseDocument(text);
console.log(YAML.stringify(doc));
To Reproduce
input text:
got result:
Expected behaviour
Versions (please complete the following information):
- Environment: Node.js v22.6.0
yaml: 2.5.1
Additional context
None
Describe the bug
Do parsing the text then format it.
To Reproduce
input text:
got result:
Expected behaviour
Versions (please complete the following information):
yaml: 2.5.1Additional context
None