YASnippet/publidoc-mode/publidoc_section_title
author Coraline MARKWITZ
jeu., 14 janv. 2016 18:13:20 +0100
changeset 404 f1ed1f966ce2
parent 365 317036597359
permissions -rw-r--r--
ajustement mip
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>