Created
December 9, 2017 01:14
-
-
Save perlpunk/7aae7caa3dd20e55ad899e5ff0340146 to your computer and use it in GitHub Desktop.
block scalars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - just a string | |
| - | # a literal block scalar | |
| the content will be loade as written here | |
| with all trailing spaces and newlines | |
| - > # a folded block scalar | |
| these lines will | |
| be folded to | |
| one line | |
| but these lines will be folded to another line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment