15 lines
290 B
Text
15 lines
290 B
Text
== Example with mandatory variables not filled in
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
variable1: example # A first variable
|
|
----
|
|
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
condition: no # A conditional variable
|
|
variable1: example # A first variable
|
|
----
|