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

33 lines
421 B
Markdown
Raw Normal View History

2025-01-04 11:52:37 +01:00
# Example with mandatory variables not filled in
```yaml
---
var1: example
family:
var2: string6
2026-03-29 11:01:15 +02:00
subfamily:
variable:
- example
family2:
subfamily:
variable:
- example
2025-01-04 11:52:37 +01:00
```
# Example with all variables modifiable
```yaml
---
var1: example
family:
var2: string6
subfamily:
variable:
2026-03-29 11:01:15 +02:00
- example
2025-01-04 11:52:37 +01:00
family2:
2026-03-29 11:01:15 +02:00
var2: string6
2025-01-04 11:52:37 +01:00
var3: string5
subfamily:
variable:
2026-03-29 11:01:15 +02:00
- example
2025-01-04 11:52:37 +01:00
```