12 lines
161 B
Bash
12 lines
161 B
Bash
|
|
|
|
[title1]Example with all variables modifiable[/title1]
|
|
|
|
```yaml
|
|
---
|
|
a_family:
|
|
a_second_family:
|
|
a_variable: true
|
|
an_other_family:
|
|
a_variable: 2
|
|
```
|