rougail-output-doc/tests/results/test_examples/01_6string_multi.adoc

34 lines
325 B
Text

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