rougail-output-doc/tests/results/test_examples_comment/04_1default_calculation_hidden.md

15 lines
321 B
Markdown
Raw Normal View History

# Example with mandatory variables not filled in
```yaml
---
var2: example # A second variable
```
# Example with all variables modifiable
```yaml
---
var1: value # A first variable
var2: example # A second variable
var3: value # A third variable
```