Is there a way to represent a long string that doesnt have any whitespace on multiple lines in a YAML document? March 30, 2023 by Tarik Use double-quotes, and escape the newline: "abcdefghi\ jklmnopqr\ stuvwxyz"