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