14 lines
206 B
Markdown
14 lines
206 B
Markdown
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
var1: # A first variable
|
||
|
|
- no
|
||
|
|
- yes
|
||
|
|
- maybe
|
||
|
|
var2: # A second variable
|
||
|
|
- no
|
||
|
|
- yes
|
||
|
|
- maybe
|
||
|
|
```
|