rougail-output-doc/tests/results/test_examples/00_8test.md

27 lines
288 B
Markdown

---
gitea: none
include_toc: true
---
# Example with mandatory variables not filled in
```yaml
---
var1: test
var3: test1
var6:
- test1
- test2
```
# Example with all variables modifiable
```yaml
---
var1: test
var2: test
var3: test1
var4:
var5: false
var6:
- test1
- test2
```