mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
357 B
357 B
title, category, layout, prism_languages
| title | category | layout | prism_languages | |
|---|---|---|---|---|
| Yaml | Markup | 2017/sheet |
|
Multiline strings
Multiline: |
hello
world
Inheritance
parent: &defaults
a: 2
b: 3
child:
<<: *defaults
b: 4
Reference content
values: &ref
- These values
- will be reused below
other_values:
<<: *ref