diff --git a/yaml.md b/yaml.md index 695325ae5..ec7bd29c4 100644 --- a/yaml.md +++ b/yaml.md @@ -24,3 +24,12 @@ child: <<: *defaults b: 4 ``` + +### Reference content + +```yaml +values: +- &ref Something to reuse +- *ref # Reused content +``` +