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

13 lines
301 B
Text

== Example with all modifiable variables
[,yaml]
----
---
rougail: # Rougail
bool: false # A boolean variable
multi1: # A first multi variable
- false
multi2: # A second multi variable
- true
- false
----