15 lines
289 B
Markdown
15 lines
289 B
Markdown
|
|
# Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
int: 42 # An integer
|
||
|
|
```
|
||
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
int: 42 # An integer
|
||
|
|
```
|