13 lines
294 B
Markdown
13 lines
294 B
Markdown
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
bool: false # A boolean variable
|
||
|
|
multi1: # A first multi variable
|
||
|
|
- false
|
||
|
|
multi2: # A second multi variable
|
||
|
|
- true
|
||
|
|
- false
|
||
|
|
```
|