YASnippet/publidoc-mode/publidoc_section_p
author Patrick PIERRE
mer., 29 juin 2016 14:55:53 +0200
changeset 424 0c622a109d2f
parent 365 317036597359
permissions -rw-r--r--
Correction adresse
# -*- mode: snippet; -*-
# name: <section><p>
# key: <sec=
# --
<section>
  <p>
    $0
  </p>
</section>