12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
|
---
|
||
|
scalars:
|
||
|
plain: !!str some text
|
||
|
quoted:
|
||
|
single: 'some text'
|
||
|
double: "some text"
|
||
|
collections:
|
||
|
sequence: !!seq [ !!str entry,
|
||
|
# Mapping entry:
|
||
|
key: value ]
|
||
|
mapping: { key: value }
|