YASnippet/publidoc-mode/publidoc_section_title
author Patrick PIERRE
jeu., 26 déc. 2013 11:43:47 +0100
changeset 284 f2e60073557f
parent 283 f6b8ec2914ef
child 365 317036597359
permissions -rw-r--r--
Ajout de quelques snippets
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>