YASnippet/publidoc-mode/publidoc_section_title
author Coraline MARKWITZ
mar., 12 juil. 2016 17:58:20 +0200
changeset 425 730c4c305545
parent 365 317036597359
permissions -rw-r--r--
maj glossary
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>