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

18 lines
191 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
var3: example
----
== Example with all modifiable variables
[,yaml]
----
---
var1: test1
var2: test1
var3: example
----