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

30 lines
No EOL
378 B
Markdown

<details><summary>Example with mandatory variables not filled in</summary>
```yaml
---
rougail:
var1: test
var3: test1
var6:
- test1
- test2
```
</details>
<details><summary>Example with all modifiable variables</summary>
```yaml
---
rougail:
var1: test
var2: test
var3: test1
var4: example
var5: false
var6:
- test1
- test2
```
</details>