rougail-output-doc/tests/docs/base/16_5redefine_multi.adoc

37 lines
1 KiB
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
---
version: '1.1'
variable:
description: a variable
default: non
----
== dictionaries/rougail/01-redefine.yml
[,yaml]
----
---
version: '1.1'
variable:
redefine: true
multi: true
default:
- non
----
== Variables for "rougail"
[cols="1a,1a"]
|====
| Variable | Description
|
**rougail.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
A variable. +
**Default**:
* non
|====