awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

new lines #383

Open engineer-plus-plus opened 4 years ago

engineer-plus-plus commented 4 years ago

When ap prints a string that contains new line chars, it prints them as \n. Is it possible to make ap print actual new lines instead of the escape sequence?

BryanH commented 3 years ago

Make a PR and I'll take a look!