rougail-output-doc/tests/results/test_examples_comment/00_9choice_variable_multi.adoc

21 lines
339 B
Text

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