mirror of https://github.com/databricks/cli.git
11 lines
190 B
YAML
11 lines
190 B
YAML
|
# Example 2.10 Node for “Sammy Sosa” appears twice in this document
|
||
|
|
||
|
---
|
||
|
hr:
|
||
|
- Mark McGwire
|
||
|
# Following node labeled SS
|
||
|
- &SS Sammy Sosa
|
||
|
rbi:
|
||
|
- *SS # Subsequent occurrence
|
||
|
- Ken Griffey
|