Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 525 Bytes

YamlTutorial.md

File metadata and controls

39 lines (33 loc) · 525 Bytes
title description published date tags editor dateCreated
YamlTutorial
true
2022-09-18 04:52:39 UTC
markdown
2022-09-18 04:52:37 UTC

Yaml in 30 seconds

(TODO: not very user friendly)

Option : Value

option: value

Lists

- value 1
- value 2
- value 3

Indentation counts

option 1: value 1
option 2: value 2
option 3: value 3
option 1:
  option 2: value 2
  option 3: value 3

So what's the difference? In last option 2 and option 3 belongs to option 1.