author | iinov |
jeu., 15 août 2019 10:55:28 +0200 | |
changeset 479 | 5061282c7396 |
parent 365 | 317036597359 |
permissions | -rw-r--r-- |
Patrick@365 | 1 |
# -*- mode: snippet; -*- |
Patrick@282 | 2 |
# name: <list type="glossary"> |
Patrick@282 | 3 |
# key: <lis= |
Patrick@282 | 4 |
# -- |
Patrick@282 | 5 |
<list type="glossary"> |
Patrick@282 | 6 |
<item> |
Patrick@282 | 7 |
<label>$1</label> |
Patrick@282 | 8 |
<p>$2</p> |
Patrick@282 | 9 |
</item> |
Patrick@282 | 10 |
<item> |
Patrick@282 | 11 |
<label>$3</label> |
Patrick@282 | 12 |
<p>$4</p> |
Patrick@282 | 13 |
</item> |
Patrick@282 | 14 |
<item> |
Patrick@282 | 15 |
<label>$5</label> |
Patrick@282 | 16 |
<p>$6</p> |
Patrick@282 | 17 |
</item> |
Patrick@282 | 18 |
<item> |
Patrick@282 | 19 |
<label>$7</label> |
Patrick@282 | 20 |
<p>$8</p> |
Patrick@282 | 21 |
</item> |
Patrick@282 | 22 |
</list> |