rougail-output-doc/tests/results/test_namespace_examples_comment/00_8test.adoc

27 lines
725 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail: # Rougail
var1: test # The first variable
var3: test1 # The third variable
var6: # The sixth variable
- test1
- test2
----
== Example with all variables modifiable
[,yaml]
----
---
rougail: # Rougail
var1: test # The first variable
var2: test # The second variable
var3: test1 # The third variable
var4: # The forth variable
var5: false # The fifth variable
var6: # The sixth variable
- test1
- test2
----