16 lines
286 B
Text
16 lines
286 B
Text
|
|
== Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
var2: example # A second variable
|
||
|
|
----
|
||
|
|
== Example with all variables modifiable
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
var2: example # A second variable
|
||
|
|
var3: value # A third variable
|
||
|
|
----
|