rougail-output-doc/tests/docs/examples/00_0version_underscore.md

26 lines
308 B
Markdown
Raw Normal View History

2024-11-15 08:13:45 +01:00
---
gitea: none
include_toc: true
---
# dictionaries/rougail/00-base.yml
```yaml
---
_version: '1.1'
version: # a variable
```
# Example with mandatory variables not filled in
```yaml
---
rougail:
version: example
```
# Example with all variables modifiable
```yaml
---
rougail:
version: example
```