rougail-output-doc/tests/results/test_examples_comment/00_2default_calculated_variable.adoc

18 lines
333 B
Text

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