rougail-output-doc/tests/results/test_examples/20_9family_absolute.md

33 lines
384 B
Markdown
Raw Normal View History

2025-01-04 11:52:37 +01:00
---
gitea: none
include_toc: true
---
# Example with mandatory variables not filled in
```yaml
---
var1: example
family:
var2: string6
```
# Example with all variables modifiable
```yaml
---
var1: example
family:
var2: string6
subfamily:
variable:
-
-
family2:
var2: example
var3: string5
subfamily:
variable:
-
-
- string4
```