Skip to content

Commit

Permalink
Add Reference content
Browse files Browse the repository at this point in the history
  • Loading branch information
aarti authored Feb 17, 2020
1 parent b5cd93a commit cf52d5d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ child:
<<: *defaults
b: 4
```
### Reference content
```yaml
values:
- &ref Something to reuse
- *ref # Reused content
```

0 comments on commit cf52d5d

Please sign in to comment.