rougail-output-doc/tests/results/test_namespace_examples_comment/40_8calculation_boolean.md

13 lines
294 B
Markdown
Raw Normal View History

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