diff --git a/src/rougail/output_doc/utils.py b/src/rougail/output_doc/utils.py
index 51e702b64..fce23e99e 100644
--- a/src/rougail/output_doc/utils.py
+++ b/src/rougail/output_doc/utils.py
@@ -858,10 +858,9 @@ class CommonFormatter:
if path == root or path.startswith(f'{root}.'):
filename = self.other_root_filenames[root]
break
- print(msg)
- if "*" in msg["path"]:
- raise Exception('pfff')
- path = self.link_variable(calc_path(msg["path"], self, identifiers), msg["path"]["path"], msg["description"], filename=filename)
+ if "identifiers" in msg["path"]:
+ msg["identifiers"] = [msg["path"]["identifiers"]]
+ path = self.link_variable(calc_path(msg["path"], self, identifiers), msg["path"]["path"], self.get_description("variable", msg, {}, None), filename=filename)
msg = msg["message"].format(path)
return ret, msg
diff --git a/tests/changelog/00add_family/result.adoc b/tests/changelog/00add_family/result.adoc
index 2bc82732f..61b3e96ae 100644
--- a/tests/changelog/00add_family/result.adoc
+++ b/tests/changelog/00add_family/result.adoc
@@ -3,24 +3,15 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**family2.var2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-A variable2. +
+| **family2.var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable2. +
**Default**: the value of the variable "family.var2"
-|
-
-**family2.var3** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-A third variable. +
+| **family2.var3** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A third variable. +
**Default**: string4 +
**Example**: string5
-|
-
-**family2.subfamily.variable** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
-Fourth variable. +
+| **family2.subfamily.variable** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | Fourth variable. +
**Default**:
* the value of the variable "var1"
diff --git a/tests/changelog/00add_family/result.gitlab.md b/tests/changelog/00add_family/result.gitlab.md
index 4f949b563..2c61aad93 100644
--- a/tests/changelog/00add_family/result.gitlab.md
+++ b/tests/changelog/00add_family/result.gitlab.md
@@ -1,10 +1,10 @@
New variables
-| Variable | Description |
-|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **family2.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable2.
**Default**: the value of the variable "[`A second variable`](#family.var2)" |
-| **family2.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Default**: string4
**Example**: string5 |
-| **family2.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Fourth variable.
**Default**:
- the value of the variable "[`First variable`](#var1)"
- the value of the variable "[`A second variable`](#family.var2)"
- the value of the variable "[`A third variable`](#family2.var3)" |
+| Variable | Description |
+|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **family2.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable2.
**Default**: the value of the variable "[A second variable](#family.var2)" |
+| **family2.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Default**: string4
**Example**: string5 |
+| **family2.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Fourth variable.
**Default**:
• the value of the variable "[First variable](#var1)"
• the value of the variable "[A second variable](#family.var2)"
• the value of the variable "[A third variable](#family2.var3)" |
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable2.
**Default**: the value of the variable "family.var2" |
-| **family2.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Default**: string4
**Example**: string5 |
-| **family2.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Fourth variable.
**Default**:
- the value of the variable "var1"
- the value of the variable "family.var2"
- the value of the variable "family2.var3" |
+| **family2.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable2.
**Default**: the value of the variable "[A second variable](#family.var2)" |
+| **family2.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Default**: string4
**Example**: string5 |
+| **family2.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Fourth variable.
**Default**:
• the value of the variable "[First variable](#var1)"
• the value of the variable "[A second variable](#family.var2)"
• the value of the variable "[A third variable](#family2.var3)" |
diff --git a/tests/changelog/00add_family/result.sh b/tests/changelog/00add_family/result.sh
index 5112d2bab..b77a8b0d8 100644
--- a/tests/changelog/00add_family/result.sh
+++ b/tests/changelog/00add_family/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mNew variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -16,10 +13,10 @@
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mfamily2.subfamily.variable[0m │ Fourth variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mDefault[0m: │
-│ [1;7munique [0m [1;7m multiple [0m │ - the value of the variable "var1" │
-│ │ - the value of the variable │
+│ [1;7munique [0m [1;7m multiple [0m │ • the value of the variable "var1" │
+│ │ • the value of the variable │
│ │ "family.var2" │
-│ │ - the value of the variable │
+│ │ • the value of the variable │
│ │ "family2.var3" │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/00add_family_to_variable/result.adoc b/tests/changelog/00add_family_to_variable/result.adoc
index 291946045..e9e890d91 100644
--- a/tests/changelog/00add_family_to_variable/result.adoc
+++ b/tests/changelog/00add_family_to_variable/result.adoc
@@ -2,12 +2,9 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**variable_to_family** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A variable that became a family.
+| Variable | Description
+| **variable_to_family** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable that became a family.
|====
== Deleted variable
diff --git a/tests/changelog/00add_family_to_variable/result.md b/tests/changelog/00add_family_to_variable/result.md
index 39ecbd35c..ef7e2ce63 100644
--- a/tests/changelog/00add_family_to_variable/result.md
+++ b/tests/changelog/00add_family_to_variable/result.md
@@ -2,7 +2,7 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **variable_to_family**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable that became a family. |
+| **variable_to_family**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable that became a family. |
# Deleted variable
diff --git a/tests/changelog/00add_family_to_variable/result.sh b/tests/changelog/00add_family_to_variable/result.sh
index 419735111..6ca2a3c7c 100644
--- a/tests/changelog/00add_family_to_variable/result.sh
+++ b/tests/changelog/00add_family_to_variable/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mNew variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -10,11 +7,8 @@
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
└───────────────────────────────────────┴──────────────────────────────────────┘
-
-
[1;4;96mDeleted variable[0m
-
-- variable_to_family.var
+ • variable_to_family.var
diff --git a/tests/changelog/00add_variable/result.adoc b/tests/changelog/00add_variable/result.adoc
index 34713376e..b97de78b5 100644
--- a/tests/changelog/00add_variable/result.adoc
+++ b/tests/changelog/00add_variable/result.adoc
@@ -2,11 +2,8 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**family.var3** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A third variable.
+| Variable | Description
+| **family.var3** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A third variable.
|====
diff --git a/tests/changelog/00add_variable/result.md b/tests/changelog/00add_variable/result.md
index 563fa0fb4..7b3cac190 100644
--- a/tests/changelog/00add_variable/result.md
+++ b/tests/changelog/00add_variable/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **family.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
+| **family.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
diff --git a/tests/changelog/00add_variable/result.sh b/tests/changelog/00add_variable/result.sh
index b1aed4025..e4d98a11e 100644
--- a/tests/changelog/00add_variable/result.sh
+++ b/tests/changelog/00add_variable/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mNew variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/00add_variable_to_family/result.adoc b/tests/changelog/00add_variable_to_family/result.adoc
index a0a9cbd8c..6aa3b822b 100644
--- a/tests/changelog/00add_variable_to_family/result.adoc
+++ b/tests/changelog/00add_variable_to_family/result.adoc
@@ -2,12 +2,9 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**variable_to_family.var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A second variable.
+| Variable | Description
+| **variable_to_family.var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A second variable.
|====
== Deleted variable
diff --git a/tests/changelog/00add_variable_to_family/result.md b/tests/changelog/00add_variable_to_family/result.md
index db77c61d1..909e9cdd4 100644
--- a/tests/changelog/00add_variable_to_family/result.md
+++ b/tests/changelog/00add_variable_to_family/result.md
@@ -2,7 +2,7 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **variable_to_family.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A second variable. |
+| **variable_to_family.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A second variable. |
# Deleted variable
diff --git a/tests/changelog/00add_variable_to_family/result.sh b/tests/changelog/00add_variable_to_family/result.sh
index 85e44cb95..f40ce4d9a 100644
--- a/tests/changelog/00add_variable_to_family/result.sh
+++ b/tests/changelog/00add_variable_to_family/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mNew variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -10,11 +7,8 @@
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
└───────────────────────────────────────┴──────────────────────────────────────┘
-
-
[1;4;96mDeleted variable[0m
-
-- variable_to_family
+ • variable_to_family
diff --git a/tests/changelog/00add_variables/result.adoc b/tests/changelog/00add_variables/result.adoc
index 95b47dec7..6f120f91b 100644
--- a/tests/changelog/00add_variables/result.adoc
+++ b/tests/changelog/00add_variables/result.adoc
@@ -2,16 +2,10 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**family.var3** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A third variable.
-|
-
-**family2.var4** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A fourth variable.
+| Variable | Description
+| **family.var3** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A third variable.
+| **family2.var4** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A fourth variable.
|====
diff --git a/tests/changelog/00add_variables/result.md b/tests/changelog/00add_variables/result.md
index 38a4f6d50..040b3d9b9 100644
--- a/tests/changelog/00add_variables/result.md
+++ b/tests/changelog/00add_variables/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **family.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
-| **family2.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A fourth variable. |
+| **family.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
+| **family2.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A fourth variable. |
diff --git a/tests/changelog/00add_variables/result.sh b/tests/changelog/00add_variables/result.sh
index 457425506..a99096985 100644
--- a/tests/changelog/00add_variables/result.sh
+++ b/tests/changelog/00add_variables/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mNew variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/00remove_family/result.sh b/tests/changelog/00remove_family/result.sh
index 5ae205d85..d78979ecc 100644
--- a/tests/changelog/00remove_family/result.sh
+++ b/tests/changelog/00remove_family/result.sh
@@ -1,10 +1,7 @@
-
-
[1;4;96mDeleted variables[0m
-
-- family2.var2
-- family2.var3
-- family2.subfamily.variable
+ • family2.var2
+ • family2.var3
+ • family2.subfamily.variable
diff --git a/tests/changelog/00remove_variable/result.sh b/tests/changelog/00remove_variable/result.sh
index 3f25f5b2c..5700a8115 100644
--- a/tests/changelog/00remove_variable/result.sh
+++ b/tests/changelog/00remove_variable/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mDeleted variable[0m
-
-- family.var3
+ • family.var3
diff --git a/tests/changelog/00remove_variables/result.sh b/tests/changelog/00remove_variables/result.sh
index 608bd0deb..ad9237ab5 100644
--- a/tests/changelog/00remove_variables/result.sh
+++ b/tests/changelog/00remove_variables/result.sh
@@ -1,9 +1,6 @@
-
-
[1;4;96mDeleted variables[0m
-
-- family.var3
-- family2.var4
+ • family.var3
+ • family2.var4
diff --git a/tests/changelog/10mod_variable_description/result.adoc b/tests/changelog/10mod_variable_description/result.adoc
index 3c38304b5..e27288f69 100644
--- a/tests/changelog/10mod_variable_description/result.adoc
+++ b/tests/changelog/10mod_variable_description/result.adoc
@@ -2,11 +2,8 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-#New description.#
+| Variable | Description
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | #New description.#
|====
diff --git a/tests/changelog/10mod_variable_description/result.md b/tests/changelog/10mod_variable_description/result.md
index cc8d5de37..7e45237da 100644
--- a/tests/changelog/10mod_variable_description/result.md
+++ b/tests/changelog/10mod_variable_description/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | New description. |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | New description. |
diff --git a/tests/changelog/10mod_variable_description/result.sh b/tests/changelog/10mod_variable_description/result.sh
index 79b83a77e..6144a0d0d 100644
--- a/tests/changelog/10mod_variable_description/result.sh
+++ b/tests/changelog/10mod_variable_description/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/10mod_variable_description2/result.adoc b/tests/changelog/10mod_variable_description2/result.adoc
index 135d40976..0202f49f5 100644
--- a/tests/changelog/10mod_variable_description2/result.adoc
+++ b/tests/changelog/10mod_variable_description2/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-+++First variable.+++ +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | +++First variable.+++ +
#New description.#
|====
diff --git a/tests/changelog/10mod_variable_description2/result.md b/tests/changelog/10mod_variable_description2/result.md
index b3b65538d..eab062599 100644
--- a/tests/changelog/10mod_variable_description2/result.md
+++ b/tests/changelog/10mod_variable_description2/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | ~~First variable.~~
New description. |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | ~~First variable.~~
New description. |
diff --git a/tests/changelog/10mod_variable_description2/result.sh b/tests/changelog/10mod_variable_description2/result.sh
index cbdf3f2cc..318b103f6 100644
--- a/tests/changelog/10mod_variable_description2/result.sh
+++ b/tests/changelog/10mod_variable_description2/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/10mod_variable_help/result.adoc b/tests/changelog/10mod_variable_help/result.adoc
index 38e096991..f6359d1a3 100644
--- a/tests/changelog/10mod_variable_help/result.adoc
+++ b/tests/changelog/10mod_variable_help/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | First variable. +
+++First help.+++ +
#Modified help.#
|====
diff --git a/tests/changelog/10mod_variable_help/result.md b/tests/changelog/10mod_variable_help/result.md
index 3fe5a5791..c28bf4f9a 100644
--- a/tests/changelog/10mod_variable_help/result.md
+++ b/tests/changelog/10mod_variable_help/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
~~First help.~~
Modified help. |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
~~First help.~~
Modified help. |
diff --git a/tests/changelog/10mod_variable_help/result.sh b/tests/changelog/10mod_variable_help/result.sh
index d67288cdc..39f712ea5 100644
--- a/tests/changelog/10mod_variable_help/result.sh
+++ b/tests/changelog/10mod_variable_help/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/10mod_variable_validator/result.adoc b/tests/changelog/10mod_variable_validator/result.adoc
index a2975902c..c50adb111 100644
--- a/tests/changelog/10mod_variable_validator/result.adoc
+++ b/tests/changelog/10mod_variable_validator/result.adoc
@@ -3,13 +3,9 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-First variable. +
-**Validator**:
-+++"not valid1" is not allowed+++ +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | First variable. +
+**Validator**: +++"not valid1" is not allowed+++ +
#"not valid2" is not allowed#
|====
diff --git a/tests/changelog/10mod_variable_validator/result.md b/tests/changelog/10mod_variable_validator/result.md
index 0fcaacc9d..61c4ce20a 100644
--- a/tests/changelog/10mod_variable_validator/result.md
+++ b/tests/changelog/10mod_variable_validator/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validator**: ~~"not valid1" is not allowed~~
"not valid2" is not allowed |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validator**: ~~"not valid1" is not allowed~~
"not valid2" is not allowed |
diff --git a/tests/changelog/10mod_variable_validator/result.sh b/tests/changelog/10mod_variable_validator/result.sh
index e7c6ca9d6..c932df0d6 100644
--- a/tests/changelog/10mod_variable_validator/result.sh
+++ b/tests/changelog/10mod_variable_validator/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/10mod_variable_validator2/result.adoc b/tests/changelog/10mod_variable_validator2/result.adoc
index fbce722ed..0e3a0c954 100644
--- a/tests/changelog/10mod_variable_validator2/result.adoc
+++ b/tests/changelog/10mod_variable_validator2/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | First variable. +
**Validators**:
* +++"not valid2" is not allowed+++
diff --git a/tests/changelog/10mod_variable_validator2/result.gitlab.md b/tests/changelog/10mod_variable_validator2/result.gitlab.md
index 9cd16b724..99b30d5b1 100644
--- a/tests/changelog/10mod_variable_validator2/result.gitlab.md
+++ b/tests/changelog/10mod_variable_validator2/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
- ~~"not valid2" is not allowed~~
- "not valid1" is not allowed
- "not valid3" is not allowed |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
• ~~"not valid2" is not allowed~~
• "not valid1" is not allowed
• "not valid3" is not allowed |
diff --git a/tests/changelog/10mod_variable_validator2/result.md b/tests/changelog/10mod_variable_validator2/result.md
index f4a9a78f8..96409e5d7 100644
--- a/tests/changelog/10mod_variable_validator2/result.md
+++ b/tests/changelog/10mod_variable_validator2/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
- ~~"not valid2" is not allowed~~
- "not valid1" is not allowed
- "not valid3" is not allowed |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
• ~~"not valid2" is not allowed~~
• "not valid1" is not allowed
• "not valid3" is not allowed |
diff --git a/tests/changelog/10mod_variable_validator2/result.sh b/tests/changelog/10mod_variable_validator2/result.sh
index 3e9ae7bc9..ae4cece67 100644
--- a/tests/changelog/10mod_variable_validator2/result.sh
+++ b/tests/changelog/10mod_variable_validator2/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mValidators[0m: │
-│ │ - [9m"not valid2" is not allowed[0m │
-│ │ - "not valid1" is not allowed │
-│ │ - [4m"not valid3" is not allowed[0m │
+│ │ • [9m"not valid2" is not allowed[0m │
+│ │ • "not valid1" is not allowed │
+│ │ • [4m"not valid3" is not allowed[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/10mod_variable_validator3/result.adoc b/tests/changelog/10mod_variable_validator3/result.adoc
index 517724396..2f9249bd7 100644
--- a/tests/changelog/10mod_variable_validator3/result.adoc
+++ b/tests/changelog/10mod_variable_validator3/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | First variable. +
**Validators**:
* +++"not valid1" is not allowed+++
diff --git a/tests/changelog/10mod_variable_validator3/result.gitlab.md b/tests/changelog/10mod_variable_validator3/result.gitlab.md
index f27da4562..4ce887fc0 100644
--- a/tests/changelog/10mod_variable_validator3/result.gitlab.md
+++ b/tests/changelog/10mod_variable_validator3/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
- ~~"not valid1" is not allowed~~
- ~~"not valid3" is not allowed~~
- "not valid4" is not allowed
- "not valid2" is not allowed
- "not valid5" is not allowed |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
• ~~"not valid1" is not allowed~~
• ~~"not valid3" is not allowed~~
• "not valid4" is not allowed
• "not valid2" is not allowed
• "not valid5" is not allowed |
diff --git a/tests/changelog/10mod_variable_validator3/result.md b/tests/changelog/10mod_variable_validator3/result.md
index 7563c9463..91a410e0d 100644
--- a/tests/changelog/10mod_variable_validator3/result.md
+++ b/tests/changelog/10mod_variable_validator3/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
- ~~"not valid1" is not allowed~~
- ~~"not valid3" is not allowed~~
- "not valid4" is not allowed
- "not valid2" is not allowed
- "not valid5" is not allowed |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.
**Validators**:
• ~~"not valid1" is not allowed~~
• ~~"not valid3" is not allowed~~
• "not valid4" is not allowed
• "not valid2" is not allowed
• "not valid5" is not allowed |
diff --git a/tests/changelog/10mod_variable_validator3/result.sh b/tests/changelog/10mod_variable_validator3/result.sh
index 1b1ac4c21..dfb40e5c3 100644
--- a/tests/changelog/10mod_variable_validator3/result.sh
+++ b/tests/changelog/10mod_variable_validator3/result.sh
@@ -1,17 +1,14 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mValidators[0m: │
-│ │ - [9m"not valid1" is not allowed[0m │
-│ │ - [9m"not valid3" is not allowed[0m │
-│ │ - [4m"not valid4" is not allowed[0m │
-│ │ - "not valid2" is not allowed │
-│ │ - [4m"not valid5" is not allowed[0m │
+│ │ • [9m"not valid1" is not allowed[0m │
+│ │ • [9m"not valid3" is not allowed[0m │
+│ │ • [4m"not valid4" is not allowed[0m │
+│ │ • "not valid2" is not allowed │
+│ │ • [4m"not valid5" is not allowed[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices/result.adoc b/tests/changelog/11mod_variable_choices/result.adoc
index 0347cb080..77746d8f6 100644
--- a/tests/changelog/11mod_variable_choices/result.adoc
+++ b/tests/changelog/11mod_variable_choices/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | First variable. +
**Choices**:
* val1 +++← (default)+++
diff --git a/tests/changelog/11mod_variable_choices/result.gitlab.md b/tests/changelog/11mod_variable_choices/result.gitlab.md
index 0261a7a4a..6157cfee4 100644
--- a/tests/changelog/11mod_variable_choices/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1 ~~← (default)~~
- val2 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1 ~~← (default)~~
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices/result.md b/tests/changelog/11mod_variable_choices/result.md
index a7b26e0fc..179208382 100644
--- a/tests/changelog/11mod_variable_choices/result.md
+++ b/tests/changelog/11mod_variable_choices/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1 ~~← (default)~~
- val2 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1 ~~← (default)~~
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices/result.sh b/tests/changelog/11mod_variable_choices/result.sh
index bd9f0be14..72d4d1d42 100644
--- a/tests/changelog/11mod_variable_choices/result.sh
+++ b/tests/changelog/11mod_variable_choices/result.sh
@@ -1,14 +1,11 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - val1 [9m← (default)[0m │
-│ │ - val2 [1;4m← (default)[0m │
+│ │ • val1 [9m← (default)[0m │
+│ │ • val2 [1;4m← (default)[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices10/result.adoc b/tests/changelog/11mod_variable_choices10/result.adoc
index 6fa994575..cdd61ff4a 100644
--- a/tests/changelog/11mod_variable_choices10/result.adoc
+++ b/tests/changelog/11mod_variable_choices10/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**my_variable** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-A variable. +
+| **my_variable** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | A variable. +
**Choices**:
* +++val1 ← (default)+++
diff --git a/tests/changelog/11mod_variable_choices10/result.gitlab.md b/tests/changelog/11mod_variable_choices10/result.gitlab.md
index d89ed267a..bfa1567c4 100644
--- a/tests/changelog/11mod_variable_choices10/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices10/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
- ~~val1 ← (default)~~
- ~~val2~~
- the value of the variable "[`The first source variable`](#source_variable_1)" **← (default)**
- the value of the variable "[`The second source variable`](#source_variable_2)" |
+| Variable | Description |
+|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
• ~~val1 ← (default)~~
• ~~val2~~
• the value of the variable "[The first source variable](#source_variable_1)" **← (default)**
• the value of the variable "[The second source variable](#source_variable_2)" |
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
- ~~val1 ← (default)~~
- ~~val2~~
- the value of the variable "source_variable_1" **← (default)**
- the value of the variable "source_variable_2" |
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
• ~~val1 ← (default)~~
• ~~val2~~
• the value of the variable "[The first source variable](#source_variable_1)" **← (default)**
• the value of the variable "[The second source variable](#source_variable_2)" |
diff --git a/tests/changelog/11mod_variable_choices10/result.sh b/tests/changelog/11mod_variable_choices10/result.sh
index cec19763a..ce5c80d92 100644
--- a/tests/changelog/11mod_variable_choices10/result.sh
+++ b/tests/changelog/11mod_variable_choices10/result.sh
@@ -1,18 +1,15 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mmy_variable[0m │ A variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - [9mval1 ← (default)[0m │
-│ │ - [9mval2[0m │
-│ │ - the value of the variable │
+│ │ • [9mval1 ← (default)[0m │
+│ │ • [9mval2[0m │
+│ │ • the value of the variable │
│ │ "source_variable_1" [1m← (default)[0m │
-│ │ - the value of the variable │
+│ │ • the value of the variable │
│ │ "source_variable_2" │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices11/result.adoc b/tests/changelog/11mod_variable_choices11/result.adoc
index 37286fb1a..47e71aa95 100644
--- a/tests/changelog/11mod_variable_choices11/result.adoc
+++ b/tests/changelog/11mod_variable_choices11/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**my_variable** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-A variable. +
+| **my_variable** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | A variable. +
**Choices**:
* +++the value of the variable "source_variable_1"+++
diff --git a/tests/changelog/11mod_variable_choices11/result.gitlab.md b/tests/changelog/11mod_variable_choices11/result.gitlab.md
index 68d9b4291..d36a53644 100644
--- a/tests/changelog/11mod_variable_choices11/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices11/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
- ~~the value of the variable "[`The first source variable`](#source_variable_1)"~~
- ~~the value of the variable "[`The second source variable`](#source_variable_2)"~~
- val1 **← (default)**
- val2 |
+| Variable | Description |
+|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
• ~~the value of the variable "[The first source variable](#source_variable_1)"~~
• ~~the value of the variable "[The second source variable](#source_variable_2)"~~
• val1 **← (default)**
• val2 |
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
- ~~the value of the variable "source_variable_1"~~
- ~~the value of the variable "source_variable_2"~~
- val1 **← (default)**
- val2 |
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
• ~~the value of the variable "[The first source variable](#source_variable_1)"~~
• ~~the value of the variable "[The second source variable](#source_variable_2)"~~
• val1 **← (default)**
• val2 |
diff --git a/tests/changelog/11mod_variable_choices11/result.sh b/tests/changelog/11mod_variable_choices11/result.sh
index c0670f604..867df4d65 100644
--- a/tests/changelog/11mod_variable_choices11/result.sh
+++ b/tests/changelog/11mod_variable_choices11/result.sh
@@ -1,18 +1,15 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mmy_variable[0m │ A variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - [9mthe value of the variable [0m │
+│ │ • [9mthe value of the variable [0m │
│ │ [9m"source_variable_1"[0m │
-│ │ - [9mthe value of the variable [0m │
+│ │ • [9mthe value of the variable [0m │
│ │ [9m"source_variable_2"[0m │
-│ │ - [4mval1 [0m[1;4m← (default)[0m │
-│ │ - [4mval2[0m │
+│ │ • [4mval1 [0m[1;4m← (default)[0m │
+│ │ • [4mval2[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices12/result.adoc b/tests/changelog/11mod_variable_choices12/result.adoc
index 6265211ab..afb80cf6e 100644
--- a/tests/changelog/11mod_variable_choices12/result.adoc
+++ b/tests/changelog/11mod_variable_choices12/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**my_variable** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` |
-A variable. +
+| **my_variable** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` | A variable. +
**Choices**:
* +++val1+++
diff --git a/tests/changelog/11mod_variable_choices12/result.gitlab.md b/tests/changelog/11mod_variable_choices12/result.gitlab.md
index 783a6d827..85c2d741d 100644
--- a/tests/changelog/11mod_variable_choices12/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices12/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
-| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
- ~~val1~~
- ~~val2~~
- the value of the variable "[`The first source variable`](#source_variable_1)" |
+| Variable | Description |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
• ~~val1~~
• ~~val2~~
• the value of the variable "[The first source variable](#source_variable_1)" |
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
- ~~val1~~
- ~~val2~~
- the value of the variable "source_variable_1" |
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
• ~~val1~~
• ~~val2~~
• the value of the variable "[The first source variable](#source_variable_1)" |
diff --git a/tests/changelog/11mod_variable_choices12/result.sh b/tests/changelog/11mod_variable_choices12/result.sh
index 23350300b..6bf24bf6d 100644
--- a/tests/changelog/11mod_variable_choices12/result.sh
+++ b/tests/changelog/11mod_variable_choices12/result.sh
@@ -1,16 +1,13 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mmy_variable[0m │ A variable. │
│ [1;7m choice [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - [9mval1[0m │
-│ │ - [9mval2[0m │
-│ │ - the value of the variable │
+│ │ • [9mval1[0m │
+│ │ • [9mval2[0m │
+│ │ • the value of the variable │
│ │ "source_variable_1" │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices13/result.adoc b/tests/changelog/11mod_variable_choices13/result.adoc
index a691fc0cc..056c6469a 100644
--- a/tests/changelog/11mod_variable_choices13/result.adoc
+++ b/tests/changelog/11mod_variable_choices13/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**my_variable** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` |
-A variable. +
+| **my_variable** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` | A variable. +
**Choices**:
* +++the value of the variable "source_variable_1"+++
diff --git a/tests/changelog/11mod_variable_choices13/result.gitlab.md b/tests/changelog/11mod_variable_choices13/result.gitlab.md
index 5c4eb5a87..1d8bcc411 100644
--- a/tests/changelog/11mod_variable_choices13/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices13/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
- ~~the value of the variable "[`The first source variable`](#source_variable_1)"~~
- val1
- val2 |
+| Variable | Description |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
• ~~the value of the variable "[The first source variable](#source_variable_1)"~~
• val1
• val2 |
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
- ~~the value of the variable "source_variable_1"~~
- val1
- val2 |
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
• ~~the value of the variable "[The first source variable](#source_variable_1)"~~
• val1
• val2 |
diff --git a/tests/changelog/11mod_variable_choices13/result.sh b/tests/changelog/11mod_variable_choices13/result.sh
index 64a5591b4..6d34c67a0 100644
--- a/tests/changelog/11mod_variable_choices13/result.sh
+++ b/tests/changelog/11mod_variable_choices13/result.sh
@@ -1,16 +1,13 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mmy_variable[0m │ A variable. │
│ [1;7m choice [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - [9mthe value of the variable [0m │
+│ │ • [9mthe value of the variable [0m │
│ │ [9m"source_variable_1"[0m │
-│ │ - [4mval1[0m │
-│ │ - [4mval2[0m │
+│ │ • [4mval1[0m │
+│ │ • [4mval2[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices2/result.adoc b/tests/changelog/11mod_variable_choices2/result.adoc
index 8c5bc31c5..558ed83a1 100644
--- a/tests/changelog/11mod_variable_choices2/result.adoc
+++ b/tests/changelog/11mod_variable_choices2/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`+++basic+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `#standard#` `mandatory` |
-First variable. +
+| **var1** +
+`+++basic+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `#standard#` `mandatory` | First variable. +
**Choices**:
* val1
diff --git a/tests/changelog/11mod_variable_choices2/result.gitlab.md b/tests/changelog/11mod_variable_choices2/result.gitlab.md
index 7b02778db..adfd6202d 100644
--- a/tests/changelog/11mod_variable_choices2/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices2/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
-| **var1**
~~`basic`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1
- val2 **← (default)** |
+| **var1**
~~`basic`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices2/result.md b/tests/changelog/11mod_variable_choices2/result.md
index fbbb0f7a6..37b8ff6a6 100644
--- a/tests/changelog/11mod_variable_choices2/result.md
+++ b/tests/changelog/11mod_variable_choices2/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
~~`basic`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1
- val2 **← (default)** |
+| **var1**
~~`basic`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices2/result.sh b/tests/changelog/11mod_variable_choices2/result.sh
index 2fd2aa0ee..eed455e63 100644
--- a/tests/changelog/11mod_variable_choices2/result.sh
+++ b/tests/changelog/11mod_variable_choices2/result.sh
@@ -1,14 +1,11 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m [0m[1;7;9mbasic[0m[1;7m [0m [1;7m choice [0m [1;7m [0m[1;4;7mstandard[0m[1;7m [0m [1;7m [0m │ [1mChoices[0m: │
-│ [1;7mmandatory [0m │ - val1 │
-│ │ - val2 [1;4m← (default)[0m │
+│ [1;7mmandatory [0m │ • val1 │
+│ │ • val2 [1;4m← (default)[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices3/result.adoc b/tests/changelog/11mod_variable_choices3/result.adoc
index c90981c50..4c75b7b72 100644
--- a/tests/changelog/11mod_variable_choices3/result.adoc
+++ b/tests/changelog/11mod_variable_choices3/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`+++basic+++` `+++mandatory+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `#standard#` |
-First variable. +
+| **var1** +
+`+++basic+++` `+++mandatory+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `#standard#` | First variable. +
**Choices**:
* null +++← (default)+++
diff --git a/tests/changelog/11mod_variable_choices3/result.gitlab.md b/tests/changelog/11mod_variable_choices3/result.gitlab.md
index 0aab504a6..fb8ec4a1b 100644
--- a/tests/changelog/11mod_variable_choices3/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices3/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
-| **var1**
~~`basic`~~ ~~`mandatory`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | First variable.
**Choices**:
- null ~~← (default)~~
- val1
- val2 **← (default)** |
+| **var1**
~~`basic`~~ ~~`mandatory`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | First variable.
**Choices**:
• null ~~← (default)~~
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices3/result.md b/tests/changelog/11mod_variable_choices3/result.md
index f216e076b..3ef9c2290 100644
--- a/tests/changelog/11mod_variable_choices3/result.md
+++ b/tests/changelog/11mod_variable_choices3/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
~~`basic`~~ ~~`mandatory`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | First variable.
**Choices**:
- null ~~← (default)~~
- val1
- val2 **← (default)** |
+| **var1**
~~`basic`~~ ~~`mandatory`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | First variable.
**Choices**:
• null ~~← (default)~~
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices3/result.sh b/tests/changelog/11mod_variable_choices3/result.sh
index 67121b4bf..e0f18fe6b 100644
--- a/tests/changelog/11mod_variable_choices3/result.sh
+++ b/tests/changelog/11mod_variable_choices3/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m [0m[1;7;9mbasic[0m[1;7m [0m [1;7m [0m[1;7;9mmandatory[0m[1;7m [0m [1;7m choice [0m [1;7m [0m │ [1mChoices[0m: │
-│ [1;4;7mstandard[0m[1;7m [0m │ - null [9m← (default)[0m │
-│ │ - val1 │
-│ │ - val2 [1;4m← (default)[0m │
+│ [1;4;7mstandard[0m[1;7m [0m │ • null [9m← (default)[0m │
+│ │ • val1 │
+│ │ • val2 [1;4m← (default)[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices4/result.adoc b/tests/changelog/11mod_variable_choices4/result.adoc
index 9b73c068a..e24717c71 100644
--- a/tests/changelog/11mod_variable_choices4/result.adoc
+++ b/tests/changelog/11mod_variable_choices4/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | First variable. +
**Choices**:
* +++val3 ← (default)+++
diff --git a/tests/changelog/11mod_variable_choices4/result.gitlab.md b/tests/changelog/11mod_variable_choices4/result.gitlab.md
index 81f29cf24..89ce9c339 100644
--- a/tests/changelog/11mod_variable_choices4/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices4/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- ~~val3 ← (default)~~
- val1
- val2 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• ~~val3 ← (default)~~
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices4/result.md b/tests/changelog/11mod_variable_choices4/result.md
index 0e12d7508..9ffedaa74 100644
--- a/tests/changelog/11mod_variable_choices4/result.md
+++ b/tests/changelog/11mod_variable_choices4/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- ~~val3 ← (default)~~
- val1
- val2 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• ~~val3 ← (default)~~
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices4/result.sh b/tests/changelog/11mod_variable_choices4/result.sh
index fc3887262..52b6507af 100644
--- a/tests/changelog/11mod_variable_choices4/result.sh
+++ b/tests/changelog/11mod_variable_choices4/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - [9mval3 ← (default)[0m │
-│ │ - val1 │
-│ │ - val2 [1;4m← (default)[0m │
+│ │ • [9mval3 ← (default)[0m │
+│ │ • val1 │
+│ │ • val2 [1;4m← (default)[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices5/result.adoc b/tests/changelog/11mod_variable_choices5/result.adoc
index 1db2acfb4..81c848d58 100644
--- a/tests/changelog/11mod_variable_choices5/result.adoc
+++ b/tests/changelog/11mod_variable_choices5/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | First variable. +
**Choices**:
* +++val3+++
diff --git a/tests/changelog/11mod_variable_choices5/result.gitlab.md b/tests/changelog/11mod_variable_choices5/result.gitlab.md
index 465e4a9ee..4fa748419 100644
--- a/tests/changelog/11mod_variable_choices5/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices5/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- ~~val3~~
- val1
- val2 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• ~~val3~~
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices5/result.md b/tests/changelog/11mod_variable_choices5/result.md
index 84949eded..a9e35602f 100644
--- a/tests/changelog/11mod_variable_choices5/result.md
+++ b/tests/changelog/11mod_variable_choices5/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- ~~val3~~
- val1
- val2 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• ~~val3~~
• val1
• val2 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices5/result.sh b/tests/changelog/11mod_variable_choices5/result.sh
index 7f94e56e0..554952e5e 100644
--- a/tests/changelog/11mod_variable_choices5/result.sh
+++ b/tests/changelog/11mod_variable_choices5/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - [9mval3[0m │
-│ │ - val1 │
-│ │ - val2 [1m← (default)[0m │
+│ │ • [9mval3[0m │
+│ │ • val1 │
+│ │ • val2 [1m← (default)[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices6/result.adoc b/tests/changelog/11mod_variable_choices6/result.adoc
index d51f4a0c9..b3decffbe 100644
--- a/tests/changelog/11mod_variable_choices6/result.adoc
+++ b/tests/changelog/11mod_variable_choices6/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | First variable. +
**Choices**:
* val1
diff --git a/tests/changelog/11mod_variable_choices6/result.gitlab.md b/tests/changelog/11mod_variable_choices6/result.gitlab.md
index 938a411e0..1b18b94a6 100644
--- a/tests/changelog/11mod_variable_choices6/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices6/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1
- val2 **← (default)**
- val3 |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 **← (default)**
• val3 |
diff --git a/tests/changelog/11mod_variable_choices6/result.md b/tests/changelog/11mod_variable_choices6/result.md
index c95342915..27ecf723c 100644
--- a/tests/changelog/11mod_variable_choices6/result.md
+++ b/tests/changelog/11mod_variable_choices6/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1
- val2 **← (default)**
- val3 |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 **← (default)**
• val3 |
diff --git a/tests/changelog/11mod_variable_choices6/result.sh b/tests/changelog/11mod_variable_choices6/result.sh
index 77bed3c8d..95df3bf69 100644
--- a/tests/changelog/11mod_variable_choices6/result.sh
+++ b/tests/changelog/11mod_variable_choices6/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - val1 │
-│ │ - val2 [1m← (default)[0m │
-│ │ - [4mval3[0m │
+│ │ • val1 │
+│ │ • val2 [1m← (default)[0m │
+│ │ • [4mval3[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices7/result.adoc b/tests/changelog/11mod_variable_choices7/result.adoc
index 47eea084d..f0ed71c44 100644
--- a/tests/changelog/11mod_variable_choices7/result.adoc
+++ b/tests/changelog/11mod_variable_choices7/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | First variable. +
**Choices**:
* val1
diff --git a/tests/changelog/11mod_variable_choices7/result.gitlab.md b/tests/changelog/11mod_variable_choices7/result.gitlab.md
index cb45add6b..db25d2c3e 100644
--- a/tests/changelog/11mod_variable_choices7/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices7/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1
- val2 ~~← (default)~~
- val3 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 ~~← (default)~~
• val3 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices7/result.md b/tests/changelog/11mod_variable_choices7/result.md
index 561dd9a2d..f4270b393 100644
--- a/tests/changelog/11mod_variable_choices7/result.md
+++ b/tests/changelog/11mod_variable_choices7/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
- val1
- val2 ~~← (default)~~
- val3 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 ~~← (default)~~
• val3 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices7/result.sh b/tests/changelog/11mod_variable_choices7/result.sh
index 31834dc20..b62e5f328 100644
--- a/tests/changelog/11mod_variable_choices7/result.sh
+++ b/tests/changelog/11mod_variable_choices7/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - val1 │
-│ │ - val2 [9m← (default)[0m │
-│ │ - [4mval3 [0m[1;4m← (default)[0m │
+│ │ • val1 │
+│ │ • val2 [9m← (default)[0m │
+│ │ • [4mval3 [0m[1;4m← (default)[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices8/result.adoc b/tests/changelog/11mod_variable_choices8/result.adoc
index 0416f0b15..454d302c7 100644
--- a/tests/changelog/11mod_variable_choices8/result.adoc
+++ b/tests/changelog/11mod_variable_choices8/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` `unique` `multiple` |
-First variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` `unique` `multiple` | First variable. +
**Choices**:
* val1 +++← (default)+++
diff --git a/tests/changelog/11mod_variable_choices8/result.gitlab.md b/tests/changelog/11mod_variable_choices8/result.gitlab.md
index 892849fe8..9da5b9b46 100644
--- a/tests/changelog/11mod_variable_choices8/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices8/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | First variable.
**Choices**:
- val1 ~~← (default)~~
- val2 **← (default)**
- val3 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | First variable.
**Choices**:
• val1 ~~← (default)~~
• val2 **← (default)**
• val3 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices8/result.md b/tests/changelog/11mod_variable_choices8/result.md
index d2fba1dee..8bcfcd8ab 100644
--- a/tests/changelog/11mod_variable_choices8/result.md
+++ b/tests/changelog/11mod_variable_choices8/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | First variable.
**Choices**:
- val1 ~~← (default)~~
- val2 **← (default)**
- val3 **← (default)** |
+| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | First variable.
**Choices**:
• val1 ~~← (default)~~
• val2 **← (default)**
• val3 **← (default)** |
diff --git a/tests/changelog/11mod_variable_choices8/result.sh b/tests/changelog/11mod_variable_choices8/result.sh
index 8b22d3bb8..74ceb69ce 100644
--- a/tests/changelog/11mod_variable_choices8/result.sh
+++ b/tests/changelog/11mod_variable_choices8/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar1[0m │ First variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mChoices[0m: │
-│ [1;7munique [0m [1;7m multiple [0m │ - val1 [9m← (default)[0m │
-│ │ - val2 [1m← (default)[0m │
-│ │ - val3 [1;4m← (default)[0m │
+│ [1;7munique [0m [1;7m multiple [0m │ • val1 [9m← (default)[0m │
+│ │ • val2 [1m← (default)[0m │
+│ │ • val3 [1;4m← (default)[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/11mod_variable_choices9/result.adoc b/tests/changelog/11mod_variable_choices9/result.adoc
index 29629f778..fd9b44c87 100644
--- a/tests/changelog/11mod_variable_choices9/result.adoc
+++ b/tests/changelog/11mod_variable_choices9/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**my_variable** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
-A variable. +
+| **my_variable** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | A variable. +
**Choices**:
* +++val1+++
diff --git a/tests/changelog/11mod_variable_choices9/result.gitlab.md b/tests/changelog/11mod_variable_choices9/result.gitlab.md
index 1b4e92da8..934f86a3b 100644
--- a/tests/changelog/11mod_variable_choices9/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices9/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
- ~~val1~~
- ~~val2~~
- the value of the variable "[`The first source variable`](#source_variable_1)"
- the value of the variable "[`The second source variable`](#source_variable_2)"
**Default**: val1 |
+| Variable | Description |
+|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
• ~~val1~~
• ~~val2~~
• the value of the variable "[The first source variable](#source_variable_1)"
• the value of the variable "[The second source variable](#source_variable_2)"
**Default**: val1 |
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
- ~~val1~~
- ~~val2~~
- the value of the variable "source_variable_1"
- the value of the variable "source_variable_2"
**Default**: val1 |
+| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
• ~~val1~~
• ~~val2~~
• the value of the variable "[The first source variable](#source_variable_1)"
• the value of the variable "[The second source variable](#source_variable_2)"
**Default**: val1 |
diff --git a/tests/changelog/11mod_variable_choices9/result.sh b/tests/changelog/11mod_variable_choices9/result.sh
index 7f1067dd6..339876612 100644
--- a/tests/changelog/11mod_variable_choices9/result.sh
+++ b/tests/changelog/11mod_variable_choices9/result.sh
@@ -1,18 +1,15 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mmy_variable[0m │ A variable. │
│ [1;7m choice [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mChoices[0m: │
-│ │ - [9mval1[0m │
-│ │ - [9mval2[0m │
-│ │ - the value of the variable │
+│ │ • [9mval1[0m │
+│ │ • [9mval2[0m │
+│ │ • the value of the variable │
│ │ "source_variable_1" │
-│ │ - the value of the variable │
+│ │ • the value of the variable │
│ │ "source_variable_2" │
│ │ [1mDefault[0m: val1 │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/12mod_default_value1/result.adoc b/tests/changelog/12mod_default_value1/result.adoc
index 59088016d..d32c2747c 100644
--- a/tests/changelog/12mod_default_value1/result.adoc
+++ b/tests/changelog/12mod_default_value1/result.adoc
@@ -3,23 +3,16 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**variable_1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
-The first variable. +
+| **variable_1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | The first variable. +
**Default**:
* +++val1+++
* val2
* '#val3#'
-|
-
-**variable_2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-The second variable. +
-**Default**:
-+++val1+++ +
+| **variable_2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | The second variable. +
+**Default**: +++val1+++ +
#val2#
|====
diff --git a/tests/changelog/12mod_default_value1/result.gitlab.md b/tests/changelog/12mod_default_value1/result.gitlab.md
index 5e475e96b..84de1d99a 100644
--- a/tests/changelog/12mod_default_value1/result.gitlab.md
+++ b/tests/changelog/12mod_default_value1/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|
-| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**:
- ~~val1~~
- val2
- val3 |
+| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**:
• ~~val1~~
• val2
• val3 |
| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: ~~val1~~
val2 |
diff --git a/tests/changelog/12mod_default_value1/result.md b/tests/changelog/12mod_default_value1/result.md
index d28a47812..d2a13a212 100644
--- a/tests/changelog/12mod_default_value1/result.md
+++ b/tests/changelog/12mod_default_value1/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**:
- ~~val1~~
- val2
- val3 |
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: ~~val1~~
val2 |
+| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**:
• ~~val1~~
• val2
• val3 |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: ~~val1~~
val2 |
diff --git a/tests/changelog/12mod_default_value1/result.sh b/tests/changelog/12mod_default_value1/result.sh
index 07f1ef177..1fe0c1ece 100644
--- a/tests/changelog/12mod_default_value1/result.sh
+++ b/tests/changelog/12mod_default_value1/result.sh
@@ -1,16 +1,13 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvariable_1[0m │ The first variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mDefault[0m: │
-│ [1;7munique [0m [1;7m multiple [0m │ - [9mval1[0m │
-│ │ - val2 │
-│ │ - [4mval3[0m │
+│ [1;7munique [0m [1;7m multiple [0m │ • [9mval1[0m │
+│ │ • val2 │
+│ │ • [4mval3[0m │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mvariable_2[0m │ The second variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: [9mval1[0m │
diff --git a/tests/changelog/12mod_default_value2/result.adoc b/tests/changelog/12mod_default_value2/result.adoc
index a543fc049..fd11dd7f7 100644
--- a/tests/changelog/12mod_default_value2/result.adoc
+++ b/tests/changelog/12mod_default_value2/result.adoc
@@ -3,17 +3,11 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**variable_1** +
-`+++unique+++` `+++multiple+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-The first variable. +
+| **variable_1** +
+`+++unique+++` `+++multiple+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | The first variable. +
**Default**: val1
-|
-
-**variable_2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#unique#` `#multiple#` |
-The second variable. +
+| **variable_2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#unique#` `#multiple#` | The second variable. +
**Default**:
* val1
diff --git a/tests/changelog/12mod_default_value2/result.gitlab.md b/tests/changelog/12mod_default_value2/result.gitlab.md
index 57f51ae5f..f22ec0952 100644
--- a/tests/changelog/12mod_default_value2/result.gitlab.md
+++ b/tests/changelog/12mod_default_value2/result.gitlab.md
@@ -3,7 +3,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
| **variable_1**
~~`unique`~~ ~~`multiple`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: val1 |
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
- val1 |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
• val1 |
diff --git a/tests/changelog/12mod_default_value2/result.md b/tests/changelog/12mod_default_value2/result.md
index 4e7a23423..f1ebc1064 100644
--- a/tests/changelog/12mod_default_value2/result.md
+++ b/tests/changelog/12mod_default_value2/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **variable_1**
~~`unique`~~ ~~`multiple`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: val1 |
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
- val1 |
+| **variable_1**
~~`unique`~~ ~~`multiple`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: val1 |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
• val1 |
diff --git a/tests/changelog/12mod_default_value2/result.sh b/tests/changelog/12mod_default_value2/result.sh
index 49a373e3f..2ac999950 100644
--- a/tests/changelog/12mod_default_value2/result.sh
+++ b/tests/changelog/12mod_default_value2/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -12,6 +9,6 @@
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mvariable_2[0m │ The second variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mDefault[0m: │
-│ [1;4;7munique[0m[1;7m [0m [1;7m [0m[1;4;7mmultiple[0m[1;7m [0m │ - val1 │
+│ [1;4;7munique[0m[1;7m [0m [1;7m [0m[1;4;7mmultiple[0m[1;7m [0m │ • val1 │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/12mod_default_value3/result.adoc b/tests/changelog/12mod_default_value3/result.adoc
index 9fb11dd7f..0238d00d5 100644
--- a/tests/changelog/12mod_default_value3/result.adoc
+++ b/tests/changelog/12mod_default_value3/result.adoc
@@ -3,19 +3,12 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**variable_1** +
-`+++unique+++` `+++multiple+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-The first variable. +
-**Default**:
-+++val2+++ +
+| **variable_1** +
+`+++unique+++` `+++multiple+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | The first variable. +
+**Default**: +++val2+++ +
val1
-|
-
-**variable_2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#unique#` `#multiple#` |
-The second variable. +
+| **variable_2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#unique#` `#multiple#` | The second variable. +
**Default**:
* val1
diff --git a/tests/changelog/12mod_default_value3/result.gitlab.md b/tests/changelog/12mod_default_value3/result.gitlab.md
index b09c753a4..c260aa495 100644
--- a/tests/changelog/12mod_default_value3/result.gitlab.md
+++ b/tests/changelog/12mod_default_value3/result.gitlab.md
@@ -3,7 +3,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
| **variable_1**
~~`unique`~~ ~~`multiple`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: ~~val2~~
val1 |
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
- val1
- val2 |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
• val1
• val2 |
diff --git a/tests/changelog/12mod_default_value3/result.md b/tests/changelog/12mod_default_value3/result.md
index 465d6c663..23a87b8d8 100644
--- a/tests/changelog/12mod_default_value3/result.md
+++ b/tests/changelog/12mod_default_value3/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **variable_1**
~~`unique`~~ ~~`multiple`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: ~~val2~~
val1 |
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
- val1
- val2 |
+| **variable_1**
~~`unique`~~ ~~`multiple`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: ~~val2~~
val1 |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
• val1
• val2 |
diff --git a/tests/changelog/12mod_default_value3/result.sh b/tests/changelog/12mod_default_value3/result.sh
index 8dec5d99b..3d2771c78 100644
--- a/tests/changelog/12mod_default_value3/result.sh
+++ b/tests/changelog/12mod_default_value3/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -12,7 +9,7 @@
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mvariable_2[0m │ The second variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mDefault[0m: │
-│ [1;4;7munique[0m[1;7m [0m [1;7m [0m[1;4;7mmultiple[0m[1;7m [0m │ - val1 │
-│ │ - [4mval2[0m │
+│ [1;4;7munique[0m[1;7m [0m [1;7m [0m[1;4;7mmultiple[0m[1;7m [0m │ • val1 │
+│ │ • [4mval2[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/12mod_default_value4/result.adoc b/tests/changelog/12mod_default_value4/result.adoc
index c8a753250..ec507ebc5 100644
--- a/tests/changelog/12mod_default_value4/result.adoc
+++ b/tests/changelog/12mod_default_value4/result.adoc
@@ -3,13 +3,9 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**variable_2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-The second variable. +
-**Default**:
-+++val1+++ +
+| **variable_2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | The second variable. +
+**Default**: +++val1+++ +
#the value of the variable "variable_1"#
|====
diff --git a/tests/changelog/12mod_default_value4/result.gitlab.md b/tests/changelog/12mod_default_value4/result.gitlab.md
index 06b25c815..8fa7f0dbb 100644
--- a/tests/changelog/12mod_default_value4/result.gitlab.md
+++ b/tests/changelog/12mod_default_value4/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: ~~val1~~
the value of the variable "[`The first variable`](#variable_1)" |
+| Variable | Description |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: ~~val1~~
the value of the variable "[The first variable](#variable_1)" |
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: ~~val1~~
the value of the variable "variable_1" |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: ~~val1~~
the value of the variable "[The first variable](#variable_1)" |
diff --git a/tests/changelog/12mod_default_value4/result.sh b/tests/changelog/12mod_default_value4/result.sh
index ac62e19e0..ba0646bd5 100644
--- a/tests/changelog/12mod_default_value4/result.sh
+++ b/tests/changelog/12mod_default_value4/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/12mod_default_value5/result.adoc b/tests/changelog/12mod_default_value5/result.adoc
index 2bfc96dd8..95f37cd27 100644
--- a/tests/changelog/12mod_default_value5/result.adoc
+++ b/tests/changelog/12mod_default_value5/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**variable_2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#unique#` `#multiple#` |
-The second variable. +
+| **variable_2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#unique#` `#multiple#` | The second variable. +
**Default**:
* +++val1+++
diff --git a/tests/changelog/12mod_default_value5/result.gitlab.md b/tests/changelog/12mod_default_value5/result.gitlab.md
index 33e988087..4e4ea20c7 100644
--- a/tests/changelog/12mod_default_value5/result.gitlab.md
+++ b/tests/changelog/12mod_default_value5/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
- ~~val1~~
- the value of the variable "[`The first variable`](#variable_1)" |
+| Variable | Description |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
• ~~val1~~
• the value of the variable "[The first variable](#variable_1)" |
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
- ~~val1~~
- the value of the variable "variable_1" |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
• ~~val1~~
• the value of the variable "[The first variable](#variable_1)" |
diff --git a/tests/changelog/12mod_default_value5/result.sh b/tests/changelog/12mod_default_value5/result.sh
index 9cbd9f323..ba5c15a37 100644
--- a/tests/changelog/12mod_default_value5/result.sh
+++ b/tests/changelog/12mod_default_value5/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvariable_2[0m │ The second variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mDefault[0m: │
-│ [1;4;7munique[0m[1;7m [0m [1;7m [0m[1;4;7mmultiple[0m[1;7m [0m │ - [9mval1[0m │
-│ │ - [4mthe value of the variable [0m │
+│ [1;4;7munique[0m[1;7m [0m [1;7m [0m[1;4;7mmultiple[0m[1;7m [0m │ • [9mval1[0m │
+│ │ • [4mthe value of the variable [0m │
│ │ [4m"variable_1"[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/13add_tags/result.adoc b/tests/changelog/13add_tags/result.adoc
index aa9494864..72c182260 100644
--- a/tests/changelog/13add_tags/result.adoc
+++ b/tests/changelog/13add_tags/result.adoc
@@ -3,17 +3,11 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The first variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The first variable. +
**Tag**: #one_tag#
-|
-
-**var2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The second variable. +
+| **var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
**Tags**:
* '#one_tag#'
diff --git a/tests/changelog/13add_tags/result.gitlab.md b/tests/changelog/13add_tags/result.gitlab.md
index 7049a5e06..c3e7c1b18 100644
--- a/tests/changelog/13add_tags/result.gitlab.md
+++ b/tests/changelog/13add_tags/result.gitlab.md
@@ -3,7 +3,7 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: one_tag |
-| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
- one_tag
- second_tag |
+| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
• one_tag
• second_tag |
diff --git a/tests/changelog/13add_tags/result.md b/tests/changelog/13add_tags/result.md
index 060bad418..30f298009 100644
--- a/tests/changelog/13add_tags/result.md
+++ b/tests/changelog/13add_tags/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: one_tag |
-| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
- one_tag
- second_tag |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: one_tag |
+| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
• one_tag
• second_tag |
diff --git a/tests/changelog/13add_tags/result.sh b/tests/changelog/13add_tags/result.sh
index f972bd9b4..c7c400857 100644
--- a/tests/changelog/13add_tags/result.sh
+++ b/tests/changelog/13add_tags/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -11,7 +8,7 @@
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mvar2[0m │ The second variable. │
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mTags[0m: │
-│ │ - [4mone_tag[0m │
-│ │ - [4msecond_tag[0m │
+│ │ • [4mone_tag[0m │
+│ │ • [4msecond_tag[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/13mod_tags/result.adoc b/tests/changelog/13mod_tags/result.adoc
index 6b1ce9e4c..e4fa859f5 100644
--- a/tests/changelog/13mod_tags/result.adoc
+++ b/tests/changelog/13mod_tags/result.adoc
@@ -3,21 +3,13 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The first variable. +
-**Tag**:
-+++one_tag+++ +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The first variable. +
+**Tag**: +++one_tag+++ +
#second_tag#
-|
-
-**var2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The second variable. +
-**Tag**:
-+++second_tag+++ +
+| **var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
+**Tag**: +++second_tag+++ +
one_tag
|====
diff --git a/tests/changelog/13mod_tags/result.md b/tests/changelog/13mod_tags/result.md
index 6733d9691..29f52ad49 100644
--- a/tests/changelog/13mod_tags/result.md
+++ b/tests/changelog/13mod_tags/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: ~~one_tag~~
second_tag |
-| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tag**: ~~second_tag~~
one_tag |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: ~~one_tag~~
second_tag |
+| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tag**: ~~second_tag~~
one_tag |
diff --git a/tests/changelog/13mod_tags/result.sh b/tests/changelog/13mod_tags/result.sh
index 02dd151d6..7bcf21449 100644
--- a/tests/changelog/13mod_tags/result.sh
+++ b/tests/changelog/13mod_tags/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/13remove_tags/result.adoc b/tests/changelog/13remove_tags/result.adoc
index a6dd2644f..0e2bbe328 100644
--- a/tests/changelog/13remove_tags/result.adoc
+++ b/tests/changelog/13remove_tags/result.adoc
@@ -3,17 +3,11 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The first variable. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The first variable. +
**Tag**: +++one_tag+++
-|
-
-**var2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The second variable. +
+| **var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
**Tags**:
* +++one_tag+++
diff --git a/tests/changelog/13remove_tags/result.gitlab.md b/tests/changelog/13remove_tags/result.gitlab.md
index 8845e33d7..b7e42486b 100644
--- a/tests/changelog/13remove_tags/result.gitlab.md
+++ b/tests/changelog/13remove_tags/result.gitlab.md
@@ -3,7 +3,7 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|
| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: ~~one_tag~~ |
-| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
- ~~one_tag~~
- ~~second_tag~~ |
+| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
• ~~one_tag~~
• ~~second_tag~~ |
diff --git a/tests/changelog/13remove_tags/result.md b/tests/changelog/13remove_tags/result.md
index 1bc696c7b..d242072aa 100644
--- a/tests/changelog/13remove_tags/result.md
+++ b/tests/changelog/13remove_tags/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: ~~one_tag~~ |
-| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
- ~~one_tag~~
- ~~second_tag~~ |
+| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Tag**: ~~one_tag~~ |
+| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Tags**:
• ~~one_tag~~
• ~~second_tag~~ |
diff --git a/tests/changelog/13remove_tags/result.sh b/tests/changelog/13remove_tags/result.sh
index 8cacb004e..df6eab230 100644
--- a/tests/changelog/13remove_tags/result.sh
+++ b/tests/changelog/13remove_tags/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
@@ -11,7 +8,7 @@
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mvar2[0m │ The second variable. │
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mTags[0m: │
-│ │ - [9mone_tag[0m │
-│ │ - [9msecond_tag[0m │
+│ │ • [9mone_tag[0m │
+│ │ • [9msecond_tag[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/20mod_examples/result.adoc b/tests/changelog/20mod_examples/result.adoc
index e07327674..c1e022296 100644
--- a/tests/changelog/20mod_examples/result.adoc
+++ b/tests/changelog/20mod_examples/result.adoc
@@ -3,28 +3,19 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**variable_1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The first variable. +
+| **variable_1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The first variable. +
**Examples**:
* +++val_1+++
* val_2
* '#val_3#'
-|
-
-**variable_2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-The second variable. +
+| **variable_2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | The second variable. +
**Default**: val1 +
**Example**: #val_3#
-|
-
-**variable_3** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-The third variable. +
+| **variable_3** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable. +
**Examples**:
* +++val_1+++
diff --git a/tests/changelog/20mod_examples/result.gitlab.md b/tests/changelog/20mod_examples/result.gitlab.md
index b20c6339e..aa8daf226 100644
--- a/tests/changelog/20mod_examples/result.gitlab.md
+++ b/tests/changelog/20mod_examples/result.gitlab.md
@@ -2,9 +2,9 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|
-| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Examples**:
- ~~val_1~~
- val_2
- val_3 |
+| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Examples**:
• ~~val_1~~
• val_2
• val_3 |
| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: val1
**Example**: val_3 |
-| **variable_3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable.
**Examples**:
- ~~val_1~~
- ~~val_2~~ |
+| **variable_3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable.
**Examples**:
• ~~val_1~~
• ~~val_2~~ |
diff --git a/tests/changelog/20mod_examples/result.md b/tests/changelog/20mod_examples/result.md
index 897ebc163..9dfbeda7a 100644
--- a/tests/changelog/20mod_examples/result.md
+++ b/tests/changelog/20mod_examples/result.md
@@ -2,7 +2,7 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Examples**:
- ~~val_1~~
- val_2
- val_3 |
-| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: val1
**Example**: val_3 |
-| **variable_3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable.
**Examples**:
- ~~val_1~~
- ~~val_2~~ |
+| **variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Examples**:
• ~~val_1~~
• val_2
• val_3 |
+| **variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: val1
**Example**: val_3 |
+| **variable_3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable.
**Examples**:
• ~~val_1~~
• ~~val_2~~ |
diff --git a/tests/changelog/20mod_examples/result.sh b/tests/changelog/20mod_examples/result.sh
index 6324f5ad2..7771111c6 100644
--- a/tests/changelog/20mod_examples/result.sh
+++ b/tests/changelog/20mod_examples/result.sh
@@ -1,16 +1,13 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvariable_1[0m │ The first variable. │
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mExamples[0m: │
-│ │ - [9mval_1[0m │
-│ │ - val_2 │
-│ │ - [4mval_3[0m │
+│ │ • [9mval_1[0m │
+│ │ • val_2 │
+│ │ • [4mval_3[0m │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mvariable_2[0m │ The second variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: val1 │
@@ -18,7 +15,7 @@
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1mvariable_3[0m │ The third variable. │
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [1mExamples[0m: │
-│ │ - [9mval_1[0m │
-│ │ - [9mval_2[0m │
+│ │ • [9mval_1[0m │
+│ │ • [9mval_2[0m │
└───────────────────────────────────────┴──────────────────────────────────────┘
diff --git a/tests/changelog/30_mod_prop_calculation1/result.adoc b/tests/changelog/30_mod_prop_calculation1/result.adoc
index 9668538b8..9bc7e50d9 100644
--- a/tests/changelog/30_mod_prop_calculation1/result.adoc
+++ b/tests/changelog/30_mod_prop_calculation1/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-A first variable. +
+| **var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A first variable. +
**Default**: no +
**Mandatory**: +++if condition is yes+++
|====
diff --git a/tests/changelog/30_mod_prop_calculation1/result.md b/tests/changelog/30_mod_prop_calculation1/result.md
index 795bc64fc..0a19b7a71 100644
--- a/tests/changelog/30_mod_prop_calculation1/result.md
+++ b/tests/changelog/30_mod_prop_calculation1/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no
**Mandatory**: ~~if condition is yes~~ |
+| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no
**Mandatory**: ~~if condition is yes~~ |
diff --git a/tests/changelog/30_mod_prop_calculation1/result.sh b/tests/changelog/30_mod_prop_calculation1/result.sh
index f17a70979..aabda4b97 100644
--- a/tests/changelog/30_mod_prop_calculation1/result.sh
+++ b/tests/changelog/30_mod_prop_calculation1/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/30_mod_prop_calculation2/result.adoc b/tests/changelog/30_mod_prop_calculation2/result.adoc
index f17b9f6ae..8249a3194 100644
--- a/tests/changelog/30_mod_prop_calculation2/result.adoc
+++ b/tests/changelog/30_mod_prop_calculation2/result.adoc
@@ -3,14 +3,10 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__mandatory__` |
-A first variable. +
+| **var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__mandatory__` | A first variable. +
**Default**: no +
-**Mandatory**:
-+++if condition is yes+++ +
+**Mandatory**: +++if condition is yes+++ +
#if condition is not no#
|====
diff --git a/tests/changelog/30_mod_prop_calculation2/result.md b/tests/changelog/30_mod_prop_calculation2/result.md
index 4c8230c11..4ded51cf4 100644
--- a/tests/changelog/30_mod_prop_calculation2/result.md
+++ b/tests/changelog/30_mod_prop_calculation2/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`mandatory`* | A first variable.
**Default**: no
**Mandatory**: ~~if condition is yes~~
if condition is not no |
+| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`mandatory`* | A first variable.
**Default**: no
**Mandatory**: ~~if condition is yes~~
if condition is not no |
diff --git a/tests/changelog/30_mod_prop_calculation2/result.sh b/tests/changelog/30_mod_prop_calculation2/result.sh
index ab3bdd89c..55989ea28 100644
--- a/tests/changelog/30_mod_prop_calculation2/result.sh
+++ b/tests/changelog/30_mod_prop_calculation2/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/30_mod_prop_calculation3/result.adoc b/tests/changelog/30_mod_prop_calculation3/result.adoc
index cef0fc211..950631216 100644
--- a/tests/changelog/30_mod_prop_calculation3/result.adoc
+++ b/tests/changelog/30_mod_prop_calculation3/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var** +
-`+++hidden+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-A first variable. +
+| **var** +
+`+++hidden+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A first variable. +
**Default**: no +
**Hidden**: +++if condition is yes+++
|====
diff --git a/tests/changelog/30_mod_prop_calculation3/result.md b/tests/changelog/30_mod_prop_calculation3/result.md
index c9be8ce5d..dadc0f86b 100644
--- a/tests/changelog/30_mod_prop_calculation3/result.md
+++ b/tests/changelog/30_mod_prop_calculation3/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var**
~~`hidden`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no
**Hidden**: ~~if condition is yes~~ |
+| **var**
~~`hidden`~~ [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no
**Hidden**: ~~if condition is yes~~ |
diff --git a/tests/changelog/30_mod_prop_calculation3/result.sh b/tests/changelog/30_mod_prop_calculation3/result.sh
index 155536271..d35221e48 100644
--- a/tests/changelog/30_mod_prop_calculation3/result.sh
+++ b/tests/changelog/30_mod_prop_calculation3/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/30_mod_prop_calculation4/result.adoc b/tests/changelog/30_mod_prop_calculation4/result.adoc
index d3251c831..a60f0056f 100644
--- a/tests/changelog/30_mod_prop_calculation4/result.adoc
+++ b/tests/changelog/30_mod_prop_calculation4/result.adoc
@@ -3,11 +3,8 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#__hidden__#` |
-A first variable. +
+| **var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `#__hidden__#` | A first variable. +
**Default**: no +
**Hidden**: #if condition is yes#
|====
diff --git a/tests/changelog/30_mod_prop_calculation4/result.md b/tests/changelog/30_mod_prop_calculation4/result.md
index 3aab48614..20f0a5aa2 100644
--- a/tests/changelog/30_mod_prop_calculation4/result.md
+++ b/tests/changelog/30_mod_prop_calculation4/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` *`hidden`* | A first variable.
**Default**: no
**Hidden**: if condition is yes |
+| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` *`hidden`* | A first variable.
**Default**: no
**Hidden**: if condition is yes |
diff --git a/tests/changelog/30_mod_prop_calculation4/result.sh b/tests/changelog/30_mod_prop_calculation4/result.sh
index 13d3483d1..bb6976ae8 100644
--- a/tests/changelog/30_mod_prop_calculation4/result.sh
+++ b/tests/changelog/30_mod_prop_calculation4/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/40_dynamic_add/result.adoc b/tests/changelog/40_dynamic_add/result.adoc
index c55884b7a..bea4cec7a 100644
--- a/tests/changelog/40_dynamic_add/result.adoc
+++ b/tests/changelog/40_dynamic_add/result.adoc
@@ -2,12 +2,9 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**dyn__val1__.var** +
+| Variable | Description
+| **dyn__val1__.var** +
**dyn__val2__.var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A dynamic variable.
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A dynamic variable.
|====
diff --git a/tests/changelog/40_dynamic_add/result.gitlab.md b/tests/changelog/40_dynamic_add/result.gitlab.md
index 661983d94..80e81c06b 100644
--- a/tests/changelog/40_dynamic_add/result.gitlab.md
+++ b/tests/changelog/40_dynamic_add/result.gitlab.md
@@ -2,7 +2,7 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
-| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
+| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
diff --git a/tests/changelog/40_dynamic_add/result.md b/tests/changelog/40_dynamic_add/result.md
index 72669cbcf..597e7bd0a 100644
--- a/tests/changelog/40_dynamic_add/result.md
+++ b/tests/changelog/40_dynamic_add/result.md
@@ -2,5 +2,5 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
+| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
diff --git a/tests/changelog/40_dynamic_add/result.sh b/tests/changelog/40_dynamic_add/result.sh
index 53dc98a58..757220f71 100644
--- a/tests/changelog/40_dynamic_add/result.sh
+++ b/tests/changelog/40_dynamic_add/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mNew variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/40_dynamic_delete/result.sh b/tests/changelog/40_dynamic_delete/result.sh
index c61cef2fd..a9f88d277 100644
--- a/tests/changelog/40_dynamic_delete/result.sh
+++ b/tests/changelog/40_dynamic_delete/result.sh
@@ -1,9 +1,6 @@
-
-
[1;4;96mDeleted variables[0m
-
-- dyn[3mval1[0m.var
-- dyn[3mval2[0m.var
+ • dyn[3mval1[0m.var
+ • dyn[3mval2[0m.var
diff --git a/tests/changelog/40_dynamic_mod_default1/result.adoc b/tests/changelog/40_dynamic_mod_default1/result.adoc
index e043d1514..ccd14c0e2 100644
--- a/tests/changelog/40_dynamic_mod_default1/result.adoc
+++ b/tests/changelog/40_dynamic_mod_default1/result.adoc
@@ -3,14 +3,10 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**__val1___dyn.var2** +
+| **__val1___dyn.var2** +
**__val2___dyn.var2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-A second variable. +
-**Default**:
-+++the value of the variable "__val1___dyn.var1"+++ +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A second variable. +
+**Default**: +++the value of the variable "__val1___dyn.var1"+++ +
+++the value of the variable "__val2___dyn.var1"+++ +
#val#
|====
diff --git a/tests/changelog/40_dynamic_mod_default1/result.gitlab.md b/tests/changelog/40_dynamic_mod_default1/result.gitlab.md
index e87d77088..9f04559c3 100644
--- a/tests/changelog/40_dynamic_mod_default1/result.gitlab.md
+++ b/tests/changelog/40_dynamic_mod_default1/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| ***val1*_dyn.var2**
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~the value of the variable "[`A first variable`](#*val1*_dyn.var1)"~~
~~the value of the variable "[`A first variable`](#*val2*_dyn.var1)"~~
val |
+| Variable | Description |
+|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| ***val1*_dyn.var2**
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~the value of the variable "[A first variable](#:::identifier:::_dyn.var1)"~~
~~the value of the variable "[A first variable](#:::identifier:::_dyn.var1)"~~
val |
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~the value of the variable "*val1*_dyn.var1"~~
~~the value of the variable "*val2*_dyn.var1"~~
val |
+| ***val1*_dyn.var2**
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~the value of the variable "[A first variable](#:::identifier:::_dyn.var1)"~~
~~the value of the variable "[A first variable](#:::identifier:::_dyn.var1)"~~
val |
diff --git a/tests/changelog/40_dynamic_mod_default1/result.sh b/tests/changelog/40_dynamic_mod_default1/result.sh
index ffdafcb27..03b653353 100644
--- a/tests/changelog/40_dynamic_mod_default1/result.sh
+++ b/tests/changelog/40_dynamic_mod_default1/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/40_dynamic_mod_default2/result.adoc b/tests/changelog/40_dynamic_mod_default2/result.adoc
index 5e424c4dc..71c768d1f 100644
--- a/tests/changelog/40_dynamic_mod_default2/result.adoc
+++ b/tests/changelog/40_dynamic_mod_default2/result.adoc
@@ -3,14 +3,10 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**__val1___dyn.var2** +
+| **__val1___dyn.var2** +
**__val2___dyn.var2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
-A second variable. +
-**Default**:
-+++val+++ +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A second variable. +
+**Default**: +++val+++ +
#the value of the variable "__val1___dyn.var1"# +
#the value of the variable "__val2___dyn.var1"#
|====
diff --git a/tests/changelog/40_dynamic_mod_default2/result.gitlab.md b/tests/changelog/40_dynamic_mod_default2/result.gitlab.md
index fbe45e40f..8de071f48 100644
--- a/tests/changelog/40_dynamic_mod_default2/result.gitlab.md
+++ b/tests/changelog/40_dynamic_mod_default2/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| ***val1*_dyn.var2**
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~val~~
the value of the variable "[`A first variable`](#*val1*_dyn.var1)"
the value of the variable "[`A first variable`](#*val2*_dyn.var1)" |
+| Variable | Description |
+|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| ***val1*_dyn.var2**
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~val~~
the value of the variable "[A first variable](#:::identifier:::_dyn.var1)"
the value of the variable "[A first variable](#:::identifier:::_dyn.var1)" |
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~val~~
the value of the variable "*val1*_dyn.var1"
the value of the variable "*val2*_dyn.var1" |
+| ***val1*_dyn.var2**
***val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: ~~val~~
the value of the variable "[A first variable](#:::identifier:::_dyn.var1)"
the value of the variable "[A first variable](#:::identifier:::_dyn.var1)" |
diff --git a/tests/changelog/40_dynamic_mod_default2/result.sh b/tests/changelog/40_dynamic_mod_default2/result.sh
index 50efd7d7b..917ef4d41 100644
--- a/tests/changelog/40_dynamic_mod_default2/result.sh
+++ b/tests/changelog/40_dynamic_mod_default2/result.sh
@@ -1,8 +1,5 @@
-
-
[1;4;96mModified variable[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
diff --git a/tests/changelog/40_dynamic_variable_add/result.adoc b/tests/changelog/40_dynamic_variable_add/result.adoc
index 2843c59ac..39dfef726 100644
--- a/tests/changelog/40_dynamic_variable_add/result.adoc
+++ b/tests/changelog/40_dynamic_variable_add/result.adoc
@@ -2,23 +2,17 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
-A suffix variable. +
+| Variable | Description
+| **var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | A suffix variable. +
**Default**:
* +++val1+++
* val2
-* '#val3#'
-|
-
-**+++dyn__val1__.var+++** +
+* '#val3#'
+| **+++dyn__val1__.var+++** +
**dyn__val2__.var** +
**#dyn__val3__.var#** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A dynamic variable.
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A dynamic variable.
|====
diff --git a/tests/changelog/40_dynamic_variable_add/result.gitlab.md b/tests/changelog/40_dynamic_variable_add/result.gitlab.md
index b4adc0a32..0134349d3 100644
--- a/tests/changelog/40_dynamic_variable_add/result.gitlab.md
+++ b/tests/changelog/40_dynamic_variable_add/result.gitlab.md
@@ -2,8 +2,8 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
-| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- ~~val1~~
- val2
- val3 |
-| **~~dyn*val1*.var~~**
**dyn*val2*.var**
**dyn*val3*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
+| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
• ~~val1~~
• val2
• val3 |
+| **~~dyn*val1*.var~~**
**dyn*val2*.var**
**dyn*val3*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
diff --git a/tests/changelog/40_dynamic_variable_add/result.md b/tests/changelog/40_dynamic_variable_add/result.md
index 17e94314c..cdeb15bb3 100644
--- a/tests/changelog/40_dynamic_variable_add/result.md
+++ b/tests/changelog/40_dynamic_variable_add/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- ~~val1~~
- val2
- val3 |
-| **~~dyn*val1*.var~~**
**dyn*val2*.var**
**dyn*val3*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
+| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
• ~~val1~~
• val2
• val3 |
+| **~~dyn*val1*.var~~**
**dyn*val2*.var**
**dyn*val3*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
diff --git a/tests/changelog/40_dynamic_variable_add/result.sh b/tests/changelog/40_dynamic_variable_add/result.sh
index 753f17fe5..1657f4cd5 100644
--- a/tests/changelog/40_dynamic_variable_add/result.sh
+++ b/tests/changelog/40_dynamic_variable_add/result.sh
@@ -1,16 +1,13 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar[0m │ A suffix variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mDefault[0m: │
-│ [1;7munique [0m [1;7m multiple [0m │ - [9mval1[0m │
-│ │ - val2 │
-│ │ - [4mval3[0m │
+│ [1;7munique [0m [1;7m multiple [0m │ • [9mval1[0m │
+│ │ • val2 │
+│ │ • [4mval3[0m │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1;9mdyn[0m[1;3;9mval1[0m[1;9m.var[0m │ A dynamic variable. │
│ [1mdyn[0m[1;3mval2[0m[1m.var[0m │ │
diff --git a/tests/changelog/40_dynamic_variable_delete/result.adoc b/tests/changelog/40_dynamic_variable_delete/result.adoc
index cd16b7db0..5d1333df7 100644
--- a/tests/changelog/40_dynamic_variable_delete/result.adoc
+++ b/tests/changelog/40_dynamic_variable_delete/result.adoc
@@ -2,21 +2,15 @@
[cols="1a,1a"]
|====
-| Variable | Description
-|
-
-**var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
-A suffix variable. +
+| Variable | Description
+| **var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | A suffix variable. +
**Default**:
* +++val2+++
-* val1
-|
-
-**+++dyn__val2__.var+++** +
+* val1
+| **+++dyn__val2__.var+++** +
**dyn__val1__.var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
-A dynamic variable.
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A dynamic variable.
|====
diff --git a/tests/changelog/40_dynamic_variable_delete/result.gitlab.md b/tests/changelog/40_dynamic_variable_delete/result.gitlab.md
index 0f5d43aef..c348724b9 100644
--- a/tests/changelog/40_dynamic_variable_delete/result.gitlab.md
+++ b/tests/changelog/40_dynamic_variable_delete/result.gitlab.md
@@ -2,8 +2,8 @@
| Variable | Description |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|
-| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- ~~val2~~
- val1 |
-| **~~dyn*val2*.var~~**
**dyn*val1*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
+| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
• ~~val2~~
• val1 |
+| **~~dyn*val2*.var~~**
**dyn*val1*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
diff --git a/tests/changelog/40_dynamic_variable_delete/result.md b/tests/changelog/40_dynamic_variable_delete/result.md
index 445ffcd19..75adb9227 100644
--- a/tests/changelog/40_dynamic_variable_delete/result.md
+++ b/tests/changelog/40_dynamic_variable_delete/result.md
@@ -2,6 +2,6 @@
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- ~~val2~~
- val1 |
-| **~~dyn*val2*.var~~**
**dyn*val1*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
+| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
• ~~val2~~
• val1 |
+| **~~dyn*val2*.var~~**
**dyn*val1*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. |
diff --git a/tests/changelog/40_dynamic_variable_delete/result.sh b/tests/changelog/40_dynamic_variable_delete/result.sh
index efab8a793..ad1c1ebfa 100644
--- a/tests/changelog/40_dynamic_variable_delete/result.sh
+++ b/tests/changelog/40_dynamic_variable_delete/result.sh
@@ -1,15 +1,12 @@
-
-
[1;4;96mModified variables[0m
-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ [1mvar[0m │ A suffix variable. │
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ [1mDefault[0m: │
-│ [1;7munique [0m [1;7m multiple [0m │ - [9mval2[0m │
-│ │ - val1 │
+│ [1;7munique [0m [1;7m multiple [0m │ • [9mval2[0m │
+│ │ • val1 │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ [1;9mdyn[0m[1;3;9mval2[0m[1;9m.var[0m │ A dynamic variable. │
│ [1mdyn[0m[1;3mval1[0m[1m.var[0m │ │
diff --git a/tests/force_optional.adoc b/tests/force_optional.adoc
index dfa75cff1..87c6f71d4 100644
--- a/tests/force_optional.adoc
+++ b/tests/force_optional.adoc
@@ -1,99 +1,60 @@
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var1** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var1. +
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var1. +
**Default**: the value of the variable "a.unknown.variable"
-|
-
-**var2** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var2. +
+| **var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var2. +
**Default**: var calculated
-|
-
-**var3** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` |
-My var3. +
+| **var3** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` | My var3. +
**Hidden**: var could be hidden
-|
-
-**var4** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var4.
-|
-
-**var5** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var5. +
+| **var4** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var4.
+| **var5** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var5. +
**Default**: the value of the information "info" of the variable "a.unknown.variable"
-|
-
-**var6** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` |
-My var6. +
+| **var6** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` | My var6. +
**Choices**: the value of the variable "a.unknown.variable"
-|
-
-**var7** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` |
-My var7. +
+| **var7** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` | My var7. +
**Choices**:
* the value of the variable "a.unknown.variable1"
* the value of the variable "a.unknown.variable2"
-|
-
-**var8** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` |
-My var8. +
+| **var8** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` | My var8. +
**Choices**: the a.unknown.variable values
|====
== My var9
+====
+**🛈 Informations**
-**var___example__**
-
-This family builds families dynamically.
-
+**var___example__** +
+This family builds families dynamically. +
**Identifiers**: the value of the variable "a.unknown.variable"
-
+====
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var___example__.var** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-A variable.
+| **var___example__.var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | A variable.
|====
[cols="1a,1a"]
|====
| Variable | Description
-|
-
-**var_10** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var10.
-|
-
-**var_11** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var11.
-|
-
-**var_12** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var12.
-|
-
-**var_13** +
-`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
-My var13.
+| **var_10** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var10.
+| **var_11** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var11.
+| **var_12** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var12.
+| **var_13** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | My var13.
|====
diff --git a/tests/results/test/60_5family_dynamic_calc_description.adoc b/tests/results/test/60_5family_dynamic_calc_description.adoc
new file mode 100644
index 000000000..6f084d24b
--- /dev/null
+++ b/tests/results/test/60_5family_dynamic_calc_description.adoc
@@ -0,0 +1,36 @@
+== A dynamic famify for __val1__ or A dynamic famify for __val2__
+
+====
+**🛈 Informations**
+
+**dyn__val1__** +
+**dyn__val2__** +
+This family builds families dynamically. +
+`basic` +
+**Identifiers**:
+
+* val1
+* val2
+====
+[cols="1a,1a"]
+|====
+| Variable | Description
+| **dyn__val1__.var** +
+**dyn__val2__.var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A dynamic variable for __val1__ or __val2__.
+|====
+
+[cols="1a,1a"]
+|====
+| Variable | Description
+| **var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A new variable. +
+**Disabled**: when the variable "dyn__val1__.var" has the value "val"
+| **var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | A new variable. +
+**Default**:
+
+* the value of the variable "dyn__val1__.var"
+* the value of the variable "dyn__val2__.var"
+|====
+
diff --git a/tests/results/test/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test/60_5family_dynamic_calc_description.gitlab.md
new file mode 100644
index 000000000..6b38b4284
--- /dev/null
+++ b/tests/results/test/60_5family_dynamic_calc_description.gitlab.md
@@ -0,0 +1,22 @@
+A dynamic famify for *val1* or A dynamic famify for *val2*
+
+> [!note] 🛈 Informations
+> **dyn*val1***\
+> **dyn*val2***\
+> This family builds families dynamically.\
+> `basic`\
+> **Identifiers**:
+> - val1
+> - val2
+
+| Variable | Description |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|
+| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable for *val1* or *val2*. |
+
+
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A new variable.
**Disabled**: when the variable "[A dynamic variable for *val1*](#dyn:::identifier:::.var)" has the value "val" |
+| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A new variable.
**Default**:
• the value of the variable "[A dynamic variable for *val1*](#dyn:::identifier:::.var)"
• the value of the variable "[A dynamic variable for *val2*](#dyn:::identifier:::.var)" |
+
diff --git a/tests/results/test/60_5family_dynamic_calc_description.html b/tests/results/test/60_5family_dynamic_calc_description.html
new file mode 100644
index 000000000..25555f668
--- /dev/null
+++ b/tests/results/test/60_5family_dynamic_calc_description.html
@@ -0,0 +1,33 @@
+
| Variable | Description |
|---|---|
| dynval1.var dynval2.var string basic mandatory | A dynamic variable for val1 or val2. |
| Variable | Description |
|---|---|
| var1 string basic mandatory disabled | A new variable. Disabled: when the variable "dynval1.var" has the value "val" |
| var2 string standard mandatory unique multiple | A new variable. Default:
|
dynval1: + var: example +dynval2: + var: example +var1: example
dynval1: + var: example +dynval2: + var: example +var1: example +var2: + - + -\ No newline at end of file diff --git a/tests/results/test_examples/60_5family_dynamic_calc_description.md b/tests/results/test_examples/60_5family_dynamic_calc_description.md new file mode 100644 index 000000000..4ac414dc5 --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_description.md @@ -0,0 +1,23 @@ +# Example with mandatory variables not filled in + +```yaml +--- +dynval1: + var: example +dynval2: + var: example +var1: example +``` +# Example with all variables modifiable + +```yaml +--- +dynval1: + var: example +dynval2: + var: example +var1: example +var2: + - + - +``` diff --git a/tests/results/test_examples/60_5family_dynamic_calc_description.sh b/tests/results/test_examples/60_5family_dynamic_calc_description.sh new file mode 100644 index 000000000..738077bf8 --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_description.sh @@ -0,0 +1,21 @@ +[1;4;96mExample with mandatory variables not filled in[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m + +[1;4;96mExample with all variables modifiable[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m- [0m + diff --git a/tests/results/test_examples/warnings_60_5family_dynamic_calc_description b/tests/results/test_examples/warnings_60_5family_dynamic_calc_description new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_examples/warnings_60_5family_dynamic_calc_description @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_description.adoc b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.adoc new file mode 100644 index 000000000..54be1ee14 --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.adoc @@ -0,0 +1,25 @@ +== Example with mandatory variables not filled in + +[,yaml] +---- +--- +dynval1: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} +dynval2: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} +var1: example # A new variable +---- +== Example with all variables modifiable + +[,yaml] +---- +--- +dynval1: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} +dynval2: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} +var1: example # A new variable +var2: # A new variable + - + - +---- diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.gitlab.md new file mode 100644 index 000000000..1c5148afe --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.gitlab.md @@ -0,0 +1,27 @@ +
dynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+var1: example # A new variabledynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+var1: example # A new variable
+var2: # A new variable
+ -
+ -
\ No newline at end of file
diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_description.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.md
new file mode 100644
index 000000000..4c0610d92
--- /dev/null
+++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.md
@@ -0,0 +1,23 @@
+# Example with mandatory variables not filled in
+
+```yaml
+---
+dynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+var1: example # A new variable
+```
+# Example with all variables modifiable
+
+```yaml
+---
+dynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+var1: example # A new variable
+var2: # A new variable
+ -
+ -
+```
diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_description.sh b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.sh
new file mode 100644
index 000000000..12a12859d
--- /dev/null
+++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_description.sh
@@ -0,0 +1,21 @@
+[1;4;96mExample with mandatory variables not filled in[0m
+
+[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
+
+[1;4;96mExample with all variables modifiable[0m
+
+[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m- [0m
+
diff --git a/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_description b/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_description
new file mode 100644
index 000000000..0637a088a
--- /dev/null
+++ b/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_description
@@ -0,0 +1 @@
+[]
\ No newline at end of file
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_description.adoc
new file mode 100644
index 000000000..a2495e29f
--- /dev/null
+++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.adoc
@@ -0,0 +1,44 @@
+== Rougail
+
+====
+**🛈 Informations**
+
+**rougail** +
+`basic`
+====
+=== A dynamic famify for __val1__ or A dynamic famify for __val2__
+
+====
+**🛈 Informations**
+
+**rougail.dyn__val1__** +
+**rougail.dyn__val2__** +
+This family builds families dynamically. +
+`basic` +
+**Identifiers**:
+
+* val1
+* val2
+====
+[cols="1a,1a"]
+|====
+| Variable | Description
+| **rougail.dyn__val1__.var** +
+**rougail.dyn__val2__.var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A dynamic variable for __val1__ or __val2__.
+|====
+
+[cols="1a,1a"]
+|====
+| Variable | Description
+| **rougail.var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A new variable. +
+**Disabled**: when the variable "rougail.dyn__val1__.var" has the value "val"
+| **rougail.var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | A new variable. +
+**Default**:
+
+* the value of the variable "rougail.dyn__val1__.var"
+* the value of the variable "rougail.dyn__val2__.var"
+|====
+
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_description.gitlab.md
new file mode 100644
index 000000000..195fb2716
--- /dev/null
+++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.gitlab.md
@@ -0,0 +1,30 @@
+| Variable | Description |
|---|---|
| rougail.dynval1.var rougail.dynval2.var string basic mandatory | A dynamic variable for val1 or val2. |
| Variable | Description |
|---|---|
| rougail.var1 string basic mandatory disabled | A new variable. Disabled: when the variable "rougail.dynval1.var" has the value "val" |
| rougail.var2 string standard mandatory unique multiple | A new variable. Default:
|
rougail: + dynval1: + var: example + dynval2: + var: example + var1: example
rougail: + dynval1: + var: example + dynval2: + var: example + var1: example + var2: + - + -\ No newline at end of file diff --git a/tests/results/test_namespace_examples/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_examples/60_5family_dynamic_calc_description.md new file mode 100644 index 000000000..362758eae --- /dev/null +++ b/tests/results/test_namespace_examples/60_5family_dynamic_calc_description.md @@ -0,0 +1,25 @@ +# Example with mandatory variables not filled in + +```yaml +--- +rougail: + dynval1: + var: example + dynval2: + var: example + var1: example +``` +# Example with all variables modifiable + +```yaml +--- +rougail: + dynval1: + var: example + dynval2: + var: example + var1: example + var2: + - + - +``` diff --git a/tests/results/test_namespace_examples/60_5family_dynamic_calc_description.sh b/tests/results/test_namespace_examples/60_5family_dynamic_calc_description.sh new file mode 100644 index 000000000..223738c43 --- /dev/null +++ b/tests/results/test_namespace_examples/60_5family_dynamic_calc_description.sh @@ -0,0 +1,23 @@ +[1;4;96mExample with mandatory variables not filled in[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m + +[1;4;96mExample with all variables modifiable[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m- [0m + diff --git a/tests/results/test_namespace_examples/warnings_60_5family_dynamic_calc_description b/tests/results/test_namespace_examples/warnings_60_5family_dynamic_calc_description new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace_examples/warnings_60_5family_dynamic_calc_description @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.adoc b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.adoc new file mode 100644 index 000000000..07e00eca0 --- /dev/null +++ b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.adoc @@ -0,0 +1,27 @@ +== Example with mandatory variables not filled in + +[,yaml] +---- +--- +rougail: # Rougail + dynval1: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} + dynval2: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} + var1: example # A new variable +---- +== Example with all variables modifiable + +[,yaml] +---- +--- +rougail: # Rougail + dynval1: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} + dynval2: # A dynamic famify for {{ identifier }} + var: example # A dynamic variable for {{ identifier }} + var1: example # A new variable + var2: # A new variable + - + - +---- diff --git a/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.gitlab.md new file mode 100644 index 000000000..b733cbde3 --- /dev/null +++ b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.gitlab.md @@ -0,0 +1,29 @@ +
rougail: # Rougail
+ dynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ var1: example # A new variablerougail: # Rougail
+ dynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ var1: example # A new variable
+ var2: # A new variable
+ -
+ -
\ No newline at end of file
diff --git a/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.md b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.md
new file mode 100644
index 000000000..c332f624b
--- /dev/null
+++ b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.md
@@ -0,0 +1,25 @@
+# Example with mandatory variables not filled in
+
+```yaml
+---
+rougail: # Rougail
+ dynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ var1: example # A new variable
+```
+# Example with all variables modifiable
+
+```yaml
+---
+rougail: # Rougail
+ dynval1: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ dynval2: # A dynamic famify for {{ identifier }}
+ var: example # A dynamic variable for {{ identifier }}
+ var1: example # A new variable
+ var2: # A new variable
+ -
+ -
+```
diff --git a/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.sh b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.sh
new file mode 100644
index 000000000..b8e90be7a
--- /dev/null
+++ b/tests/results/test_namespace_examples_comment/60_5family_dynamic_calc_description.sh
@@ -0,0 +1,23 @@
+[1;4;96mExample with mandatory variables not filled in[0m
+
+[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Rougail[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
+
+[1;4;96mExample with all variables modifiable[0m
+
+[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
+[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Rougail[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic famify for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for {{ identifier }}[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m [0m
+[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m- [0m
+
diff --git a/tests/results/test_namespace_examples_comment/warnings_60_5family_dynamic_calc_description b/tests/results/test_namespace_examples_comment/warnings_60_5family_dynamic_calc_description
new file mode 100644
index 000000000..0637a088a
--- /dev/null
+++ b/tests/results/test_namespace_examples_comment/warnings_60_5family_dynamic_calc_description
@@ -0,0 +1 @@
+[]
\ No newline at end of file
diff --git a/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.adoc b/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.adoc
new file mode 100644
index 000000000..beb4bcfa0
--- /dev/null
+++ b/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.adoc
@@ -0,0 +1,17 @@
+[cols="1a,1a"]
+|====
+| Variable | Description
+| **rougail.dyn__val1__.var** +
+**rougail.dyn__val2__.var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A dynamic variable for __val1__ or __val2__.
+| **rougail.var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A new variable. +
+**Disabled**: when the variable "rougail.dyn__val1__.var" has the value "val"
+| **rougail.var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | A new variable. +
+**Default**:
+
+* the value of the variable "rougail.dyn__val1__.var"
+* the value of the variable "rougail.dyn__val2__.var"
+|====
+
diff --git a/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.changelog.adoc b/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.changelog.adoc
new file mode 100644
index 000000000..f9d82d019
--- /dev/null
+++ b/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.changelog.adoc
@@ -0,0 +1,19 @@
+== New variables
+
+[cols="1a,1a"]
+|====
+| Variable | Description
+| **rougail.dyn__val1__.var** +
+**rougail.dyn__val2__.var** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A dynamic variable for __val1__ or __val2__.
+| **rougail.var1** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A new variable. +
+**Disabled**: when the variable "rougail.dyn__val1__.var" has the value "val"
+| **rougail.var2** +
+`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | A new variable. +
+**Default**:
+
+* the value of the variable "rougail.dyn__val1__.var"
+* the value of the variable "rougail.dyn__val2__.var"
+|====
+
diff --git a/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.changelog.gitlab.md b/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.changelog.gitlab.md
new file mode 100644
index 000000000..1a37c740b
--- /dev/null
+++ b/tests/results/test_namespace_without_family/60_5family_dynamic_calc_description.changelog.gitlab.md
@@ -0,0 +1,10 @@
+| Variable | Description |
|---|---|
| rougail.dynval1.var rougail.dynval2.var string basic mandatory | A dynamic variable for val1 or val2. |
| rougail.var1 string basic mandatory disabled | A new variable. Disabled: when the variable "rougail.dynval1.var" has the value "val" |
| rougail.var2 string standard mandatory unique multiple | A new variable. Default:
|
| Variable | Description |
|---|---|
| rougail.dynval1.var rougail.dynval2.var string basic mandatory | A dynamic variable for val1 or val2. |
| rougail.var1 string basic mandatory disabled | A new variable. Disabled: when the variable "rougail.dynval1.var" has the value "val" |
| rougail.var2 string standard mandatory unique multiple | A new variable. Default:
|
| Variable | Description |
|---|---|
| dynval1.var dynval2.var string basic mandatory | A dynamic variable for val1 or val2. |
| var1 string basic mandatory disabled | A new variable. Disabled: when the variable "dynval1.var" has the value "val" |
| var2 string standard mandatory unique multiple | A new variable. Default:
|
| Variable | Description |
|---|---|
| dynval1.var dynval2.var string basic mandatory | A dynamic variable for val1 or val2. |
| var1 string basic mandatory disabled | A new variable. Disabled: when the variable "dynval1.var" has the value "val" |
| var2 string standard mandatory unique multiple | A new variable. Default:
|