rougail-output-doc/tests/results/test_examples_comment/00_9choice_variable_multi.adoc
2026-06-21 17:05:27 +02:00

23 lines
341 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
variable1: # A first variable
- val1
- val2
----
== Example with all modifiable variables
[,yaml]
----
---
variable1: # A first variable
- val1
- val2
variable2: # A second variable
- val1
- val2
----