rougail-output-doc/tests/results/test_examples/20_9family_absolute.adoc
2026-06-21 17:05:27 +02:00

36 lines
437 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
var1: example
family:
var2: string6
subfamily:
variable:
- example
family2:
subfamily:
variable:
- example
----
== Example with all modifiable variables
[,yaml]
----
---
var1: example
family:
var2: string6
subfamily:
variable:
- example
family2:
var2: string6
var3: string5
subfamily:
variable:
- example
----