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

14 lines
277 B
Markdown
Raw Normal View History

# Example with mandatory variables not filled in
```yaml
---
custom1: xxx # The first variable
```
# Example with all variables modifiable
```yaml
---
custom1: xxx # The first variable
custom2: value # The seconf variable
```