mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
8 lines
133 B
YAML
8 lines
133 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 |