mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 07:03:57 +00:00
Fix line length in yaml.md
This commit is contained in:
parent
5f344b47fa
commit
cd085e5da1
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