# YAML ## Table of contents 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) ## 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`][yamllint] [yamllint]: yamllint.md [yaml-multiline.info]: https://yaml-multiline.info