YASnippet/publidoc-mode/publidoc_section_p
author Patrick PIERRE
mer., 06 mai 2015 12:13:51 +0200
changeset 377 84bb0ada6bee
parent 365 317036597359
permissions -rw-r--r--
Ajout d'une note
# -*- mode: snippet; -*-
# name: <section><p>
# key: <sec=
# --
<section>
  <p>
    $0
  </p>
</section>