13 lines
159 B
Markdown
13 lines
159 B
Markdown
|
|
# Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
variable: example
|
||
|
|
```
|
||
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
variable: example
|
||
|
|
```
|