rougail-output-doc/tests/results/test_examples/20_9default_information_parent.adoc

18 lines
363 B
Text
Raw Normal View History

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