rougail-output-doc/tests/results/test_namespace_examples/00_8test.adoc
2026-06-21 17:05:27 +02:00

29 lines
318 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail:
var1: test
var3: test1
var6:
- test1
- test2
----
== Example with all modifiable variables
[,yaml]
----
---
rougail:
var1: test
var2: test
var3: test1
var4: example
var5: false
var6:
- test1
- test2
----