rougail-output-doc/tests/docs/no_namespace/05_0multi_not_uniq.adoc
2024-08-05 14:38:59 +02:00

33 lines
922 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
var1:
description: a variable
unique: false
default:
- non
----
== Variables
[cols="119a,119a",options="header"]
|====
| Variable | Description
|
**var1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `multiple` |
A variable. +
**Default**:
* non
|====
== Example with all variables modifiable
[,yaml]
----
var1:
- non
----