Skip to content

Print multiline strings plainly

Compare
Choose a tag to compare
@mikefarah mikefarah released this 27 Mar 05:31
· 1714 commits to master since this release

Multiline value fix - multi line strings no longer printed as a yaml block

Although printing the string as a yaml block can be argued to be technically correct, in practical terms it's more useful to just print out the multiline string as is.

Fixes #121 and #104