rougail-output-doc/tests/results/test_examples/16_5test_redefine.gitlab.md

18 lines
396 B
Markdown

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