rougail-output-doc/tests/results/test_namespace_examples_comment/16_5test_redefine.adoc
2026-06-21 17:05:27 +02:00

20 lines
416 B
Text

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