13 lines
173 B
Markdown
13 lines
173 B
Markdown
# Example with all variables modifiable
|
|
|
|
```yaml
|
|
---
|
|
leader:
|
|
- leader: a
|
|
follower: example
|
|
- leader: b
|
|
follower: example1
|
|
variable:
|
|
- example
|
|
- example1
|
|
```
|