YASnippet/publidoc-mode/publidoc_section_title
author Patrick PIERRE
jeu., 14 avril 2016 17:33:15 +0200
changeset 411 33de269dd273
parent 365 317036597359
permissions -rw-r--r--
Simplification
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>