fix: help line with only a space in family description

This commit is contained in:
egarette@silique.fr 2026-06-28 14:51:37 +02:00
parent 1688d6f2b7
commit ffca00f3c4
109 changed files with 809 additions and 155 deletions

View file

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

View file

@ -12,5 +12,12 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
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.
|====

View file

@ -1,4 +1,5 @@
| 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="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,6 +10,11 @@ Help
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
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>
</tbody>
</table>

View file

@ -36,5 +36,24 @@
"mode": "basic",
"type": "variable",
"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,4 +1,5 @@
| 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="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,5 +12,12 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -39,3 +39,24 @@ With useful information. +
| **family2.var** +
`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,3 +39,24 @@
| **<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><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,3 +23,16 @@ 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>
</tbody>
</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,5 +58,36 @@
"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,3 +27,18 @@
| 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` |
# 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,3 +34,21 @@
 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,6 +5,7 @@
---
var1: example
var2: example
var3: example
----
@ -15,4 +16,5 @@ var2: example
---
var1: example
var2: example
var3: example
----

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -23,5 +23,12 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
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.
|====

View file

@ -8,8 +8,9 @@
> `basic`
| 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.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>

View file

@ -14,6 +14,11 @@ Help
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
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>
</tbody>
</table>

View file

@ -49,6 +49,25 @@
"mode": "basic",
"type": "variable",
"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

@ -7,6 +7,7 @@
> `basic`
| 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.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,5 +20,12 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -50,3 +50,24 @@ With useful information. +
| **rougail.family2.var** +
`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,4 +49,25 @@
</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>

View file

@ -27,3 +27,16 @@ 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>
</tbody>
</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,6 +71,37 @@
"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,3 +35,18 @@
| 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` |
## 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,3 +42,21 @@
 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,6 +6,7 @@
rougail:
var1: example
var2: example
var3: example
----
@ -17,4 +18,5 @@ rougail:
rougail:
var1: example
var2: example
var3: example
----

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -12,5 +12,12 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
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.
|====

View file

@ -14,5 +14,12 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
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.
|====

View file

@ -1,8 +1,9 @@
<details><summary>New variables</summary>
| 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.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>

View file

@ -12,6 +12,11 @@ Help
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
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>
</tbody>
</table>

View file

@ -1,6 +1,7 @@
# New variables
| 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.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,5 +14,12 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,4 +1,5 @@
| 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.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,6 +10,11 @@ Help
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
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>
</tbody>
</table>

View file

@ -49,6 +49,25 @@
"mode": "basic",
"type": "variable",
"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,4 +1,5 @@
| 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.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,5 +12,12 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,8 +1,10 @@
[cols="1a,1a"]
|====
| Variable
| Variable | Description
| **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** +
`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,9 +2,11 @@
[cols="1a,1a"]
|====
| Variable
| Variable | Description
| **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** +
`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,8 +1,9 @@
<details><summary>New variables</summary>
| 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.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<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.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>

View file

@ -2,10 +2,11 @@
<table>
<thead>
<tr><th>Variable </th></tr>
<tr><th>Variable </th><th>Description </th></tr>
</thead>
<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></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.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.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.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

@ -1,6 +1,7 @@
# New variables
| 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.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<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.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,12 +1,15 @@
New variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │
 string   basic   mandatory  │
├──────────────────────────────────────────────────────────────────────────────┤
rougail.family2.var │
 string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family2.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,4 +1,5 @@
| 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.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<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.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,9 +1,10 @@
<table>
<thead>
<tr><th>Variable </th></tr>
<tr><th>Variable </th><th>Description </th></tr>
</thead>
<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></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.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.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.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,6 +71,37 @@
"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,4 +1,5 @@
| 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.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<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.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,13 @@
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │
 string   basic   mandatory  │
├──────────────────────────────────────────────────────────────────────────────┤
rougail.family2.var │
 string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family2.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -12,5 +12,12 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
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.
|====

View file

@ -14,5 +14,12 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
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.
|====

View file

@ -1,8 +1,9 @@
<details><summary>New variables</summary>
| 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="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>

View file

@ -12,6 +12,11 @@ Help
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
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>
</tbody>
</table>

View file

@ -1,6 +1,7 @@
# New variables
| 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="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,5 +14,12 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,4 +1,5 @@
| 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="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,6 +10,11 @@ Help
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
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>
</tbody>
</table>

View file

@ -36,5 +36,24 @@
"mode": "basic",
"type": "variable",
"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,4 +1,5 @@
| 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="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,5 +12,12 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

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

View file

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

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