rougail-output-doc/tests/results/test_examples_comment/16_5test_redefine.md

15 lines
320 B
Markdown
Raw Normal View History

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