rougail-output-doc/tests/results/test_namespace_examples/60_0family_dynamic_empty.adoc

20 lines
238 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail:
dynexample:
var: example
----
== Example with all variables modifiable
[,yaml]
----
---
rougail:
var:
- example
dynexample:
var: example
----