YASnippet/publidoc-mode/publidoc_list_glossary
author Patrick PIERRE
jeu., 13 mars 2014 10:31:42 +0100
changeset 306 08c4ccd5573f
parent 282 7890bee65275
child 365 317036597359
permissions -rw-r--r--
Ajout d'un attribut aux <blockquote>
# name: <list type="glossary">
# key: <lis=
# --
<list type="glossary">
  <item>
    <label>$1</label>
    <p>$2</p>
  </item>
  <item>
    <label>$3</label>
    <p>$4</p>
  </item>
  <item>
    <label>$5</label>
    <p>$6</p>
  </item>
  <item>
    <label>$7</label>
    <p>$8</p>
  </item>
</list>