10 lines
230 B
Markdown
10 lines
230 B
Markdown
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
leader: # The leadership
|
||
|
|
- leader: example # The leader
|
||
|
|
follower1: a_choice # A follower
|
||
|
|
```
|