rougail-output-doc/tests/results/test_examples_comment/00_2default_calculated_variable.md

17 lines
319 B
Markdown
Raw Normal View History

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