17 lines
385 B
Markdown
17 lines
385 B
Markdown
|
|
# Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
family: # New description
|
||
|
|
variable: example # A variable
|
||
|
|
```
|
||
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
rougail: # Rougail
|
||
|
|
family: # New description
|
||
|
|
variable: example # A variable
|
||
|
|
```
|