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

20 lines
325 B
Markdown
Raw Normal View History

# Example with mandatory variables not filled in
```yaml
---
variable1: # A first variable
2026-03-29 11:01:15 +02:00
- val1
- val2
```
# Example with all variables modifiable
```yaml
---
variable1: # A first variable
2026-03-29 11:01:15 +02:00
- val1
- val2
variable2: # A second variable
2026-03-29 11:01:15 +02:00
- val1
- val2
```