rougail-output-doc/tests/results/test_namespace_examples_comment/04_5disabled_calculation.md

18 lines
456 B
Markdown
Raw Normal View History

# Example with mandatory variables not filled in
```yaml
---
rougail: # Rougail
variable1: example # A first variable
variable2: example # A second variable
```
# Example with all variables modifiable
```yaml
---
rougail: # Rougail
condition: no # A conditional variable
variable1: example # A first variable
variable2: example # A second variable
```