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

20 lines
472 B
Text
Raw Normal View History

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail: # Rougail
variable1: example # A first variable
variable2: example # A seconde variable
----
== Example with all variables modifiable
[,yaml]
----
---
rougail: # Rougail
condition: no # A conditional variable
variable1: example # A first variable
variable2: example # A seconde variable
----