1 block styles:
2 scalars:
3 literal: !!str |
4 #!/usr/bin/perl
5 print "Hello, world!\n";
6 folded: >
7 This sentence
8 is false.
9 collections: !!map
10 sequence: !!seq # Entry:
11 - entry # Plain
12 # Mapping entry:
13 - key: value
14 mapping:
15 key: value
16