Added yaml tl;dr and yamllint notes to the kb

This commit is contained in:
Michele Cereda
2022-04-29 10:40:54 +02:00
parent 7d5465b10b
commit 2fef13f21f
2 changed files with 80 additions and 0 deletions

View File

@@ -1,7 +1,28 @@
# 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