17 lines
794 B
HTML
17 lines
794 B
HTML
|
|
<table>
|
||
|
|
<thead>
|
||
|
|
<tr><th>Variable </th><th>Description </th></tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr><td><b>var1</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 first variable.<br/>Multi line
|
||
|
|
|
||
|
|
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>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
|