1 %YAML 1.1 2 --- 3 !!map { 4 ? !!str "block" 5 : !!seq [ 6 !!str "one", 7 !!map { 8 ? !!str "two" 9 : !!str "three" 10 } 11 ] 12 } 13