rougail-output-doc/tests/results/test_namespace_examples/04_1default_calculation_hidden.adoc

19 lines
415 B
Text
Raw Normal View History

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail: # Rougail
var2: example # A second variable
----
== Example with all variables modifiable
[,yaml]
----
---
rougail: # Rougail
var1: value # A first variable
var2: example # A second variable
var3: value # A third variable
----