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

37 lines
942 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.0'
var:
type: choice
description: A choice
default: quote'
choices:
- quote'
- quote"
- quote"'
----
== Variables
[cols="108a,108a",options="header"]
|====
| Variable | Description
|
**var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
A choice. +
**Choices**:
* quote' ← (default)
* quote"
* quote"'
|====
== Example with all variables modifiable
[,yaml]
----
var: quote'
----