cheatsheets/yaml.md

17 lines
178 B
Markdown

---
title: Yaml
category: Markup
---
Multiline: |
hello
world
Inheritance: &defaults
a: 2
b: 3
Inherit:
<<: *defaults
b: 4