Created
January 7, 2023 12:37
-
-
Save garyo/8ff563836cef9feed7bdfb08944ecab5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```yaml | |
--- | |
doe: "a deer, a female deer" | |
ray: "a drop of golden sun" | |
pi: 3.14159 | |
xmas: true | |
french-hens: 3 | |
calling-birds: | |
- huey | |
- dewey | |
- louie | |
- fred | |
xmas-fifth-day: | |
calling-birds: four | |
french-hens: 3 | |
golden-rings: 5 | |
partridges: | |
count: 1 | |
location: "a pear tree" | |
turtle-doves: two | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment