mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-03 13:27:33 +02:00
@@ -14,6 +14,8 @@ significant newlines and indentation, like Python. Unlike Python, however,
|
||||
YAML doesn't allow literal tab characters for indentation.
|
||||
|
||||
```yaml
|
||||
--- # document start
|
||||
|
||||
# Comments in YAML look like this.
|
||||
|
||||
################
|
||||
@@ -170,9 +172,11 @@ set2:
|
||||
item1: null
|
||||
item2: null
|
||||
item3: null
|
||||
|
||||
... # document end
|
||||
```
|
||||
|
||||
### More Resources
|
||||
|
||||
+ [YAML official website](http://yaml.org/)
|
||||
+ [Online YAML Validator](http://codebeautify.org/yaml-validator)
|
||||
+ [Online YAML Validator](http://www.yamllint.com/)
|
||||
|
Reference in New Issue
Block a user