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

35 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
[cols="130a,130a",options="header"]
|====
| Variable | Description
|
**variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
A variable. +
**Défaut**:
* non
|====