15 lines
770 B
HTML
15 lines
770 B
HTML
<h1>Modified variable</h1>
|
|
|
|
<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>First variable.<br/><b>Validators</b>: <ul><li><del>"not valid1" is not allowed.</del></li>
|
|
<li><del>"not valid3" is not allowed.</del></li>
|
|
<li><ins>"not valid4" is not allowed.</ins></li>
|
|
<li>'"not valid2" is not allowed.'</li>
|
|
<li><ins>"not valid5" is not allowed.</ins></li></ul> </td></tr>
|
|
</tbody>
|
|
</table>
|
|
|