rougail-output-doc/tests/results/test_examples_comment/00_8test.gitlab.md
2026-06-21 17:05:27 +02:00

28 lines
No EOL
699 B
Markdown

<details><summary>Example with mandatory variables not filled in</summary>
```yaml
---
var1: test # The first variable
var3: test1 # The third variable
var6: # The sixth variable
- test1
- test2
```
</details>
<details><summary>Example with all modifiable variables</summary>
```yaml
---
var1: test # The first variable
var2: test # The second variable
var3: test1 # The third variable
var4: example # The forth variable
var5: false # The fifth variable
var6: # The sixth variable
- test1
- test2
```
</details>