YASnippet/publidoc-mode/publidoc_section_p
author Patrick PIERRE
mer., 27 mai 2015 22:29:05 +0200
changeset 384 2f3e64c81871
parent 365 317036597359
permissions -rw-r--r--
Ordre libre pour title, shorttitle et subtitle
# -*- mode: snippet; -*-
# name: <section><p>
# key: <sec=
# --
<section>
  <p>
    $0
  </p>
</section>