Compare commits

..

No commits in common. "main" and "1.0.2" have entirely different histories.
main ... 1.0.2

112 changed files with 157 additions and 817 deletions

View file

@ -1,9 +1,3 @@
## 1.0.3 (2026-06-28)
### Fix
- help line with only a space in family description
## 1.0.2 (2026-06-27) ## 1.0.2 (2026-06-27)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_doc" name = "rougail.output_doc"
version = "1.0.3" version = "1.0.2"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output doc" description = "Rougail output doc"

View file

@ -1 +1 @@
__version__ = "1.0.3" __version__ = "1.0.2"

View file

@ -55,10 +55,10 @@ def dump(informations):
def to_phrase(msg, type_="variable"): def to_phrase(msg, type_="variable"):
"""Add maj for the first character and ends with dot""" """Add maj for the first character and ends with dot"""
msg = str(msg).strip()
if not msg: if not msg:
# replace None to empty string # replace None to empty string
return "" return ""
msg = str(msg).strip()
# a phrase must ends with a dot # a phrase must ends with a dot
if type_ == "variable": if type_ == "variable":
msg = add_dot(msg) msg = add_dot(msg)

View file

@ -12,12 +12,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line Multi line
Help Help
With useful information.
| **var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information. With useful information.
|==== |====

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -10,11 +10,6 @@ Help
With useful information. </td></tr> With useful information. </td></tr>
<tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line <tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line
Help Help
With useful information. </td></tr>
<tr><td><b>var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr> With useful information. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -36,24 +36,5 @@
"mode": "basic", "mode": "basic",
"type": "variable", "type": "variable",
"variable_type": "string" "variable_type": "string"
},
"var3": {
"path": "var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
} }
} }

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -12,12 +12,5 @@
 string   basic   mandatory  │ Multi line │  string   basic   mandatory  │ Multi line │
│ │ Help │ │ │ Help │
│ │ With useful information. │ │ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘ └───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -39,24 +39,3 @@ With useful information. +
| **family2.var** + | **family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
|==== |====
== The third family with space
====
**🛈 Informations**
Multi line. +
+
Help. +
With useful information. +
**Path**: family3 +
`basic`
====
[cols="1a,1a"]
|====
| Variable | Description
| **family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
|====

View file

@ -39,24 +39,3 @@
| **<a id="family2.var" name="family2.var">family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | **<a id="family2.var" name="family2.var">family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
</details> </details>
<details><summary>The third family with space</summary>
> [!note] 🛈 Informations
> Multi line.
>
>
>
> Help.
>
> With useful information.
>
> **Path**: family3
>
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="family3.var" name="family3.var">family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
</details>

View file

@ -23,16 +23,3 @@ Multi line.<br/>Help.<br/>With useful information.<br/><b>Path</b>: family2<br/>
<tr><td><b>family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr> <tr><td><b>family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr>
</tbody> </tbody>
</table> </table>
<h1>The third family with space</h1>
Multi line.<br/><br/>Help.<br/>With useful information.<br/><b>Path</b>: family3<br/><mark>basic</mark>
<table>
<thead>
<tr><th>Variable </th><th>Description </th></tr>
</thead>
<tbody>
<tr><td><b>family3.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A variable. </td></tr>
</tbody>
</table>

View file

@ -58,36 +58,5 @@
"variable_type": "string" "variable_type": "string"
} }
} }
},
"family3": {
"type": "family",
"informations": {
"path": "family3",
"name": "family3",
"description": "The third family with space",
"help": [
"Multi line\n \nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "family3.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
} }
} }

View file

@ -27,18 +27,3 @@
| Variable | | Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="family2.var" name="family2.var">family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | **<a id="family2.var" name="family2.var">family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
# The third family with space
> [!NOTE]
>
> Multi line.\
> \
> Help.\
> With useful information.\
> **Path**: family3\
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="family3.var" name="family3.var">family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |

View file

@ -34,21 +34,3 @@
 string   basic   mandatory  │  string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘ └──────────────────────────────────────────────────────────────────────────────┘
The third family with space
▌ 🛈 Informations
▌ 
▌ Multi line.
▌ 
▌ Help.
▌ With useful information.
▌ Path: family3
▌  basic 
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -5,7 +5,6 @@
--- ---
var1: example var1: example
var2: example var2: example
var3: example
---- ----
@ -16,5 +15,4 @@ var3: example
--- ---
var1: example var1: example
var2: example var2: example
var3: example
---- ----

View file

@ -4,7 +4,6 @@
--- ---
var1: example var1: example
var2: example var2: example
var3: example
``` ```
</details> </details>
@ -15,7 +14,6 @@ var3: example
--- ---
var1: example var1: example
var2: example var2: example
var3: example
``` ```
</details> </details>

View file

@ -2,12 +2,10 @@
<pre>--- <pre>---
var1: example var1: example
var2: example var2: example</pre>
var3: example</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
<pre>--- <pre>---
var1: example var1: example
var2: example var2: example</pre>
var3: example</pre>

View file

@ -4,7 +4,6 @@
--- ---
var1: example var1: example
var2: example var2: example
var3: example
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -13,5 +12,4 @@ var3: example
--- ---
var1: example var1: example
var2: example var2: example
var3: example
``` ```

View file

@ -3,12 +3,10 @@
---  --- 
var1: example  var1: example 
var2: example  var2: example 
var3: example 
Example with all modifiable variables Example with all modifiable variables
---  --- 
var1: example  var1: example 
var2: example  var2: example 
var3: example 

View file

@ -7,8 +7,6 @@ family1:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
---- ----
@ -21,6 +19,4 @@ family1:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
---- ----

View file

@ -6,8 +6,6 @@ family1:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```
</details> </details>
@ -20,8 +18,6 @@ family1:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```
</details> </details>

View file

@ -4,8 +4,6 @@
family1: family1:
var: example var: example
family2: family2:
var: example
family3:
var: example</pre> var: example</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
@ -14,6 +12,4 @@ family3:
family1: family1:
var: example var: example
family2: family2:
var: example
family3:
var: example</pre> var: example</pre>

View file

@ -6,8 +6,6 @@ family1:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -18,6 +16,4 @@ family1:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```

View file

@ -5,8 +5,6 @@
 var: example   var: example 
family2:  family2: 
 var: example   var: example 
family3: 
 var: example 
Example with all modifiable variables Example with all modifiable variables
@ -15,6 +13,4 @@
 var: example   var: example 
family2:  family2: 
 var: example   var: example 
family3: 
 var: example 

View file

@ -5,7 +5,6 @@
--- ---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
---- ----
@ -16,5 +15,4 @@ var3: example # The third variable with spaces
--- ---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
---- ----

View file

@ -4,7 +4,6 @@
--- ---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```
</details> </details>
@ -15,7 +14,6 @@ var3: example # The third variable with spaces
--- ---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```
</details> </details>

View file

@ -2,12 +2,10 @@
<pre>--- <pre>---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable</pre>
var3: example # The third variable with spaces</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
<pre>--- <pre>---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable</pre>
var3: example # The third variable with spaces</pre>

View file

@ -4,7 +4,6 @@
--- ---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -13,5 +12,4 @@ var3: example # The third variable with spaces
--- ---
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```

View file

@ -3,12 +3,10 @@
---  --- 
var1: example # The first variable  var1: example # The first variable 
var2: example # The second variable  var2: example # The second variable 
var3: example # The third variable with spaces 
Example with all modifiable variables Example with all modifiable variables
---  --- 
var1: example # The first variable  var1: example # The first variable 
var2: example # The second variable  var2: example # The second variable 
var3: example # The third variable with spaces 

View file

@ -7,8 +7,6 @@ family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
---- ----
@ -21,6 +19,4 @@ family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
---- ----

View file

@ -6,8 +6,6 @@ family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```
</details> </details>
@ -20,8 +18,6 @@ family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```
</details> </details>

View file

@ -4,9 +4,7 @@
family1: # The first family family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example</pre>
family3: # The third family with space
var: example # A variable</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
@ -14,6 +12,4 @@ family3: # The third family with space
family1: # The first family family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example</pre>
family3: # The third family with space
var: example # A variable</pre>

View file

@ -6,8 +6,6 @@ family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -18,6 +16,4 @@ family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```

View file

@ -5,8 +5,6 @@
 var: example   var: example 
family2: # The second family  family2: # The second family 
 var: example   var: example 
family3: # The third family with space 
 var: example # A variable 
Example with all modifiable variables Example with all modifiable variables
@ -15,6 +13,4 @@
 var: example   var: example 
family2: # The second family  family2: # The second family 
 var: example   var: example 
family3: # The third family with space 
 var: example # A variable 

View file

@ -23,12 +23,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line Multi line
Help Help
With useful information.
| **rougail.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information. With useful information.
|==== |====

View file

@ -7,10 +7,9 @@
> >
> `basic` > `basic`
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |
</details> </details>

View file

@ -14,11 +14,6 @@ Help
With useful information. </td></tr> With useful information. </td></tr>
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line <tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line
Help Help
With useful information. </td></tr>
<tr><td><b>rougail.var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr> With useful information. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -49,25 +49,6 @@
"mode": "basic", "mode": "basic",
"type": "variable", "type": "variable",
"variable_type": "string" "variable_type": "string"
},
"var3": {
"path": "rougail.var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
} }
} }
} }

View file

@ -6,8 +6,7 @@
> **Path**: rougail\ > **Path**: rougail\
> `basic` > `basic`
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -20,12 +20,5 @@
 string   basic   mandatory  │ Multi line │  string   basic   mandatory  │ Multi line │
│ │ Help │ │ │ Help │
│ │ With useful information. │ │ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘ └───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -50,24 +50,3 @@ With useful information. +
| **rougail.family2.var** + | **rougail.family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
|==== |====
=== The third family with space
====
**🛈 Informations**
Multi line. +
+
Help. +
With useful information. +
**Path**: rougail.family3 +
`basic`
====
[cols="1a,1a"]
|====
| Variable | Description
| **rougail.family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
|====

View file

@ -49,25 +49,4 @@
</details> </details>
<details><summary>The third family with space</summary>
> [!note] 🛈 Informations
> Multi line.
>
>
>
> Help.
>
> With useful information.
>
> **Path**: rougail.family3
>
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
</details>
</details> </details>

View file

@ -27,16 +27,3 @@ Multi line.<br/>Help.<br/>With useful information.<br/><b>Path</b>: rougail.fami
<tr><td><b>rougail.family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr> <tr><td><b>rougail.family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr>
</tbody> </tbody>
</table> </table>
<h2>The third family with space</h2>
Multi line.<br/><br/>Help.<br/>With useful information.<br/><b>Path</b>: rougail.family3<br/><mark>basic</mark>
<table>
<thead>
<tr><th>Variable </th><th>Description </th></tr>
</thead>
<tbody>
<tr><td><b>rougail.family3.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A variable. </td></tr>
</tbody>
</table>

View file

@ -71,37 +71,6 @@
"variable_type": "string" "variable_type": "string"
} }
} }
},
"family3": {
"type": "family",
"informations": {
"path": "rougail.family3",
"name": "family3",
"description": "The third family with space",
"help": [
"Multi line\n \nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "rougail.family3.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
} }
} }
} }

View file

@ -35,18 +35,3 @@
| Variable | | Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
## The third family with space
> [!NOTE]
>
> Multi line.\
> \
> Help.\
> With useful information.\
> **Path**: rougail.family3\
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |

View file

@ -42,21 +42,3 @@
 string   basic   mandatory  │  string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘ └──────────────────────────────────────────────────────────────────────────────┘
The third family with space
▌ 🛈 Informations
▌ 
▌ Multi line.
▌ 
▌ Help.
▌ With useful information.
▌ Path: rougail.family3
▌  basic 
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -6,7 +6,6 @@
rougail: rougail:
var1: example var1: example
var2: example var2: example
var3: example
---- ----
@ -18,5 +17,4 @@ rougail:
rougail: rougail:
var1: example var1: example
var2: example var2: example
var3: example
---- ----

View file

@ -5,7 +5,6 @@
rougail: rougail:
var1: example var1: example
var2: example var2: example
var3: example
``` ```
</details> </details>
@ -17,7 +16,6 @@ rougail:
rougail: rougail:
var1: example var1: example
var2: example var2: example
var3: example
``` ```
</details> </details>

View file

@ -3,13 +3,11 @@
<pre>--- <pre>---
rougail: rougail:
var1: example var1: example
var2: example var2: example</pre>
var3: example</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
<pre>--- <pre>---
rougail: rougail:
var1: example var1: example
var2: example var2: example</pre>
var3: example</pre>

View file

@ -5,7 +5,6 @@
rougail: rougail:
var1: example var1: example
var2: example var2: example
var3: example
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -15,5 +14,4 @@ rougail:
rougail: rougail:
var1: example var1: example
var2: example var2: example
var3: example
``` ```

View file

@ -4,7 +4,6 @@
rougail:  rougail: 
 var1: example   var1: example 
 var2: example   var2: example 
 var3: example 
Example with all modifiable variables Example with all modifiable variables
@ -12,5 +11,4 @@
rougail:  rougail: 
 var1: example   var1: example 
 var2: example   var2: example 
 var3: example 

View file

@ -8,8 +8,6 @@ rougail:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
---- ----
@ -23,6 +21,4 @@ rougail:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
---- ----

View file

@ -7,8 +7,6 @@ rougail:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```
</details> </details>
@ -22,8 +20,6 @@ rougail:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```
</details> </details>

View file

@ -5,8 +5,6 @@ rougail:
family1: family1:
var: example var: example
family2: family2:
var: example
family3:
var: example</pre> var: example</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
@ -16,6 +14,4 @@ rougail:
family1: family1:
var: example var: example
family2: family2:
var: example
family3:
var: example</pre> var: example</pre>

View file

@ -7,8 +7,6 @@ rougail:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -20,6 +18,4 @@ rougail:
var: example var: example
family2: family2:
var: example var: example
family3:
var: example
``` ```

View file

@ -6,8 +6,6 @@
 var: example   var: example 
 family2:   family2: 
 var: example   var: example 
 family3: 
 var: example 
Example with all modifiable variables Example with all modifiable variables
@ -17,6 +15,4 @@
 var: example   var: example 
 family2:   family2: 
 var: example   var: example 
 family3: 
 var: example 

View file

@ -6,7 +6,6 @@
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
---- ----
@ -18,5 +17,4 @@ rougail: # Rougail
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
---- ----

View file

@ -5,7 +5,6 @@
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```
</details> </details>
@ -17,7 +16,6 @@ rougail: # Rougail
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```
</details> </details>

View file

@ -3,13 +3,11 @@
<pre>--- <pre>---
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable</pre>
var3: example # The third variable with spaces</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
<pre>--- <pre>---
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable</pre>
var3: example # The third variable with spaces</pre>

View file

@ -5,7 +5,6 @@
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -15,5 +14,4 @@ rougail: # Rougail
rougail: # Rougail rougail: # Rougail
var1: example # The first variable var1: example # The first variable
var2: example # The second variable var2: example # The second variable
var3: example # The third variable with spaces
``` ```

View file

@ -4,7 +4,6 @@
rougail: # Rougail  rougail: # Rougail 
 var1: example # The first variable   var1: example # The first variable 
 var2: example # The second variable   var2: example # The second variable 
 var3: example # The third variable with spaces 
Example with all modifiable variables Example with all modifiable variables
@ -12,5 +11,4 @@
rougail: # Rougail  rougail: # Rougail 
 var1: example # The first variable   var1: example # The first variable 
 var2: example # The second variable   var2: example # The second variable 
 var3: example # The third variable with spaces 

View file

@ -8,8 +8,6 @@ rougail: # Rougail
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
---- ----
@ -23,6 +21,4 @@ rougail: # Rougail
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
---- ----

View file

@ -7,8 +7,6 @@ rougail: # Rougail
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```
</details> </details>
@ -22,8 +20,6 @@ rougail: # Rougail
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```
</details> </details>

View file

@ -5,9 +5,7 @@ rougail: # Rougail
family1: # The first family family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example</pre>
family3: # The third family with space
var: example # A variable</pre>
<h1>Example with all modifiable variables</h1> <h1>Example with all modifiable variables</h1>
@ -16,6 +14,4 @@ rougail: # Rougail
family1: # The first family family1: # The first family
var: example var: example
family2: # The second family family2: # The second family
var: example var: example</pre>
family3: # The third family with space
var: example # A variable</pre>

View file

@ -7,8 +7,6 @@ rougail: # Rougail
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```
# Example with all modifiable variables # Example with all modifiable variables
@ -20,6 +18,4 @@ rougail: # Rougail
var: example var: example
family2: # The second family family2: # The second family
var: example var: example
family3: # The third family with space
var: example # A variable
``` ```

View file

@ -6,8 +6,6 @@
 var: example   var: example 
 family2: # The second family   family2: # The second family 
 var: example   var: example 
 family3: # The third family with space 
 var: example # A variable 
Example with all modifiable variables Example with all modifiable variables
@ -17,6 +15,4 @@
 var: example   var: example 
 family2: # The second family   family2: # The second family 
 var: example   var: example 
 family3: # The third family with space 
 var: example # A variable 

View file

@ -12,12 +12,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line Multi line
Help Help
With useful information.
| **rougail.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information. With useful information.
|==== |====

View file

@ -14,12 +14,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line Multi line
Help Help
With useful information.
| **rougail.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information. With useful information.
|==== |====

View file

@ -1,9 +1,8 @@
<details><summary>New variables</summary> <details><summary>New variables</summary>
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |
</details> </details>

View file

@ -12,11 +12,6 @@ Help
With useful information. </td></tr> With useful information. </td></tr>
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line <tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line
Help Help
With useful information. </td></tr>
<tr><td><b>rougail.var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr> With useful information. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,7 +1,6 @@
# New variables # New variables
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -14,12 +14,5 @@
 string   basic   mandatory  │ Multi line │  string   basic   mandatory  │ Multi line │
│ │ Help │ │ │ Help │
│ │ With useful information. │ │ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘ └───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -10,11 +10,6 @@ Help
With useful information. </td></tr> With useful information. </td></tr>
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line <tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line
Help Help
With useful information. </td></tr>
<tr><td><b>rougail.var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr> With useful information. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -49,25 +49,6 @@
"mode": "basic", "mode": "basic",
"type": "variable", "type": "variable",
"variable_type": "string" "variable_type": "string"
},
"var3": {
"path": "rougail.var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
} }
} }
} }

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -12,12 +12,5 @@
 string   basic   mandatory  │ Multi line │  string   basic   mandatory  │ Multi line │
│ │ Help │ │ │ Help │
│ │ With useful information. │ │ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘ └───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,10 +1,8 @@
[cols="1a,1a"] [cols="1a,1a"]
|==== |====
| Variable | Description | Variable
| **rougail.family1.var** + | **rougail.family1.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
| **rougail.family2.var** + | **rougail.family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
| **rougail.family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
|==== |====

View file

@ -2,11 +2,9 @@
[cols="1a,1a"] [cols="1a,1a"]
|==== |====
| Variable | Description | Variable
| **rougail.family1.var** + | **rougail.family1.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
| **rougail.family2.var** + | **rougail.family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
| **rougail.family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
|==== |====

View file

@ -1,9 +1,8 @@
<details><summary>New variables</summary> <details><summary>New variables</summary>
| Variable | Description | | Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------| |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
</details> </details>

View file

@ -2,11 +2,10 @@
<table> <table>
<thead> <thead>
<tr><th>Variable </th><th>Description </th></tr> <tr><th>Variable </th></tr>
</thead> </thead>
<tbody> <tbody>
<tr><td><b>rougail.family1.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td> </td></tr> <tr><td><b>rougail.family1.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr>
<tr><td><b>rougail.family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td> </td></tr> <tr><td><b>rougail.family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr>
<tr><td><b>rougail.family3.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A variable. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,7 +1,6 @@
# New variables # New variables
| Variable | Description | | Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------| |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |

View file

@ -1,15 +1,12 @@
New variables New variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃  Variable  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │ │ rougail.family1.var │
 string   basic   mandatory  │ │  string   basic   mandatory  │
├───────────────────────────────────────┼──────────────────────────────────────┤ ├──────────────────────────────────────────────────────────────────────────────┤
rougail.family2.var │ │ rougail.family2.var │
 string   basic   mandatory  │ │  string   basic   mandatory  │
├───────────────────────────────────────┼──────────────────────────────────────┤ └──────────────────────────────────────────────────────────────────────────────┘
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------| |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |

View file

@ -1,10 +1,9 @@
<table> <table>
<thead> <thead>
<tr><th>Variable </th><th>Description </th></tr> <tr><th>Variable </th></tr>
</thead> </thead>
<tbody> <tbody>
<tr><td><b>rougail.family1.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td> </td></tr> <tr><td><b>rougail.family1.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr>
<tr><td><b>rougail.family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td> </td></tr> <tr><td><b>rougail.family2.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td></tr>
<tr><td><b>rougail.family3.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A variable. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -71,37 +71,6 @@
"variable_type": "string" "variable_type": "string"
} }
} }
},
"family3": {
"type": "family",
"informations": {
"path": "rougail.family3",
"name": "family3",
"description": "The third family with space",
"help": [
"Multi line\n \nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "rougail.family3.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
} }
} }
} }

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------| |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | | | **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |

View file

@ -1,13 +1,10 @@
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃  Variable  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │ │ rougail.family1.var │
 string   basic   mandatory  │ │  string   basic   mandatory  │
├───────────────────────────────────────┼──────────────────────────────────────┤ ├──────────────────────────────────────────────────────────────────────────────┤
rougail.family2.var │ │ rougail.family2.var │
 string   basic   mandatory  │ │  string   basic   mandatory  │
├───────────────────────────────────────┼──────────────────────────────────────┤ └──────────────────────────────────────────────────────────────────────────────┘
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -12,12 +12,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line Multi line
Help Help
With useful information.
| **var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information. With useful information.
|==== |====

View file

@ -14,12 +14,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line Multi line
Help Help
With useful information.
| **var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information. With useful information.
|==== |====

View file

@ -1,9 +1,8 @@
<details><summary>New variables</summary> <details><summary>New variables</summary>
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |
</details> </details>

View file

@ -12,11 +12,6 @@ Help
With useful information. </td></tr> With useful information. </td></tr>
<tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line <tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line
Help Help
With useful information. </td></tr>
<tr><td><b>var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr> With useful information. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,7 +1,6 @@
# New variables # New variables
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -14,12 +14,5 @@
 string   basic   mandatory  │ Multi line │  string   basic   mandatory  │ Multi line │
│ │ Help │ │ │ Help │
│ │ With useful information. │ │ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘ └───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -10,11 +10,6 @@ Help
With useful information. </td></tr> With useful information. </td></tr>
<tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line <tr><td><b>var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second variable.<br/>Multi line
Help Help
With useful information. </td></tr>
<tr><td><b>var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr> With useful information. </td></tr>
</tbody> </tbody>
</table> </table>

View file

@ -36,24 +36,5 @@
"mode": "basic", "mode": "basic",
"type": "variable", "type": "variable",
"variable_type": "string" "variable_type": "string"
},
"var3": {
"path": "var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
} }
} }

View file

@ -1,5 +1,4 @@
| Variable | Description | | Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. | | **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. | | **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

Some files were not shown because too many files have changed in this diff Show more