The YAML org maintained fork of https://github.com/go-yaml/yaml

1 Open Issue Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug and fix a bug in the `go.yaml.in/yaml/v3` YAML parser where the Literal style in YAML input is not correctly preserved during the marshaling (YAML output) process. The bug manifests when using the `yaml.Marshal` function, which fails to output the Literal style as it appears in the parsed YAML node. The fix requires investigating the YAML emitter within the `go.yaml.in/yaml/v3` library to ensure it correctly handles and outputs the Literal style when present in the input YAML.

Complexity: 4/5
help wanted

The YAML org maintained fork of https://github.com/go-yaml/yaml

Go