14 lines
213 B
Text
14 lines
213 B
Text
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
var1: # A first variable
|
|
- no
|
|
- yes
|
|
- maybe
|
|
var2: # A second variable
|
|
- no
|
|
- yes
|
|
- maybe
|
|
----
|