Files
oam/knowledge base/yaml.md
2022-04-29 10:40:54 +02:00

29 lines
333 B
Markdown

# YAML
## TL;DR
```yaml
---
# This is a comment
string: this is a string
number: 0
truthy: true
list:
- element
- element
object:
key: value
nested:
can: do
lists:
- too
```
## Further readings
- [yaml-multiline.info]
- [yamllint]
[yaml-multiline.info]: https://yaml-multiline.info
[yamllint]: yamllint.md