mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 07:03:57 +00:00
Merge cd085e5da1
into 7f0f27d84d
This commit is contained in:
commit
8b700dbe89
3
yaml.md
3
yaml.md
@ -177,7 +177,8 @@ bar:
|
||||
<<: *base # base anchor will be merged
|
||||
age: 20
|
||||
|
||||
# foo name won't be changed and it will be: John. On the other hand, bar's name will be changed to the base one: Everyone has same name
|
||||
# foo name won't be changed and it will be: John. On the other hand,
|
||||
# bar's name will be changed to the base one: Everyone has same name
|
||||
|
||||
# YAML also has tags, which you can use to explicitly declare types.
|
||||
# Syntax: !![typeName] [value]
|
||||
|
Loading…
Reference in New Issue
Block a user