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

36 lines
327 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
var1:
- example
var2:
- example
var3:
- example
----
== Example with all modifiable variables
[,yaml]
----
---
var1:
- example
var2:
- example
var3:
- example
var4:
- value
var5:
- value
var6:
- value
var7:
- value
var8:
- value
----