fix: help line with only a space in family description
This commit is contained in:
parent
1688d6f2b7
commit
ffca00f3c4
109 changed files with 809 additions and 155 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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. |
|
||||
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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. |
|
||||
|
|
@ -12,5 +12,12 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line │
|
||||
│ │ Help │
|
||||
│ │ With useful information. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mvar3[0m │ The third variable with spaces. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line with space. │
|
||||
│ │ │
|
||||
│ │ Help. │
|
||||
│ │ │
|
||||
│ │ With useful information. │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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. |
|
||||
|
|
@ -34,3 +34,21 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │
|
||||
└──────────────────────────────────────────────────────────────────────────────┘
|
||||
|
||||
[1;4;96mThe third family with space[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mMulti line.
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mHelp.
|
||||
[34m▌ [0mWith useful information.
|
||||
[34m▌ [0m[1mPath[0m: family3
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mfamily3.var[0m │ A variable. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
---
|
||||
var1: example
|
||||
var2: example
|
||||
var3: example
|
||||
----
|
||||
|
||||
|
||||
|
|
@ -15,4 +16,5 @@ var2: example
|
|||
---
|
||||
var1: example
|
||||
var2: example
|
||||
var3: example
|
||||
----
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
---
|
||||
var1: example
|
||||
var2: example
|
||||
var3: example
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
@ -14,6 +15,7 @@ var2: example
|
|||
---
|
||||
var1: example
|
||||
var2: example
|
||||
var3: example
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -3,10 +3,12 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -5,6 +5,8 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
|
|
@ -13,4 +15,6 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -3,10 +3,12 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable with spaces[0m[48;2;39;40;34m [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable with spaces[0m[48;2;39;40;34m [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -5,6 +5,8 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third family with space[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
|
|
@ -13,4 +15,6 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third family with space[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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. |
|
||||
|
|
@ -20,5 +20,12 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line │
|
||||
│ │ Help │
|
||||
│ │ With useful information. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.var3[0m │ The third variable with spaces. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line with space. │
|
||||
│ │ │
|
||||
│ │ Help. │
|
||||
│ │ │
|
||||
│ │ With useful information. │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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. |
|
||||
|
|
@ -42,3 +42,21 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │
|
||||
└──────────────────────────────────────────────────────────────────────────────┘
|
||||
|
||||
[1;4;92mThe third family with space[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mMulti line.
|
||||
[34m▌ [0m
|
||||
[34m▌ [0mHelp.
|
||||
[34m▌ [0mWith useful information.
|
||||
[34m▌ [0m[1mPath[0m: rougail.family3
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.family3.var[0m │ A variable. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
rougail:
|
||||
var1: example
|
||||
var2: example
|
||||
var3: example
|
||||
----
|
||||
|
||||
|
||||
|
|
@ -17,4 +18,5 @@ rougail:
|
|||
rougail:
|
||||
var1: example
|
||||
var2: example
|
||||
var3: example
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
|
|
@ -11,4 +12,5 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
|
|
@ -15,4 +17,6 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Rougail[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable with spaces[0m[48;2;39;40;34m [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
|
|
@ -11,4 +12,5 @@
|
|||
[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Rougail[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable with spaces[0m[48;2;39;40;34m [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third family with space[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
|
||||
|
||||
[1;4;96mExample with all modifiable variables[0m
|
||||
|
||||
|
|
@ -15,4 +17,6 @@
|
|||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third family with space[0m[48;2;39;40;34m [0m
|
||||
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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. |
|
||||
|
|
@ -14,5 +14,12 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line │
|
||||
│ │ Help │
|
||||
│ │ With useful information. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.var3[0m │ The third variable with spaces. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line with space. │
|
||||
│ │ │
|
||||
│ │ Help. │
|
||||
│ │ │
|
||||
│ │ With useful information. │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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. |
|
||||
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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. |
|
||||
|
|
@ -12,5 +12,12 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line │
|
||||
│ │ Help │
|
||||
│ │ With useful information. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.var3[0m │ The third variable with spaces. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line with space. │
|
||||
│ │ │
|
||||
│ │ Help. │
|
||||
│ │ │
|
||||
│ │ With useful information. │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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. |
|
||||
|
|
@ -1,12 +1,15 @@
|
|||
[1;4;96mNew variables[0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.family1.var[0m │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │
|
||||
├──────────────────────────────────────────────────────────────────────────────┤
|
||||
│ [1mrougail.family2.var[0m │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │
|
||||
└──────────────────────────────────────────────────────────────────────────────┘
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.family1.var[0m │ │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.family2.var[0m │ │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.family3.var[0m │ A variable. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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. |
|
||||
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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. |
|
||||
|
|
@ -1,10 +1,13 @@
|
|||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.family1.var[0m │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │
|
||||
├──────────────────────────────────────────────────────────────────────────────┤
|
||||
│ [1mrougail.family2.var[0m │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │
|
||||
└──────────────────────────────────────────────────────────────────────────────┘
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1mrougail.family1.var[0m │ │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.family2.var[0m │ │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mrougail.family3.var[0m │ A variable. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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. |
|
||||
|
|
@ -14,5 +14,12 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line │
|
||||
│ │ Help │
|
||||
│ │ With useful information. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mvar3[0m │ The third variable with spaces. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line with space. │
|
||||
│ │ │
|
||||
│ │ Help. │
|
||||
│ │ │
|
||||
│ │ With useful information. │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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. |
|
||||
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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. |
|
||||
|
|
@ -12,5 +12,12 @@
|
|||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line │
|
||||
│ │ Help │
|
||||
│ │ With useful information. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1mvar3[0m │ The third variable with spaces. │
|
||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ Multi line with space. │
|
||||
│ │ │
|
||||
│ │ Help. │
|
||||
│ │ │
|
||||
│ │ With useful information. │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|====
|
||||
|
|
@ -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
Loading…
Reference in a new issue