Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/reference/yaml-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ character sequences which are significant to YAML, such as `: ` (colon-space) ar
- Wikipedia.org's article on YAML has a good [Syntax section](https://en.wikipedia.org/wiki/YAML#Syntax).
- The YAML.org [Reference Card](https://yaml.org/refcard.html).
- The complete [YAML 1.2 Spec](https://yaml.org/spec/1.2/spec.html).
- Online linters like [yamllint](https://www.yamllint.com/) and [yamline](https://yamline.com/validator/) help check for correct syntax in your YAML files.