rougail-output-doc/tests/docs/base/16_5redefine_hidden.md
2024-08-05 14:38:59 +02:00

20 lines
247 B
Markdown

---
gitea: none
include_toc: true
---
# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
variable: no # a variable
```
# dictionaries/rougail/01-redefine.yml
```yaml
---
version: '1.1'
variable:
redefine: true
hidden: true
```