typst/assets/files/yaml-types.yaml
2023-08-30 17:15:49 +02:00

10 lines
140 B
YAML

null_key: [null, ~]
"string": text
integer: 5
float: 1.12
mapping: { '1': "one", '2': "two"}
seq: [1, 2, 3, 4]
bool: false
true: bool
1: ok