YASnippet/publidoc-mode/publidoc_section_title
author iinov
mer., 07 nov. 2018 16:51:10 +0100
changeset 468 6b322a48536c
parent 365 317036597359
permissions -rw-r--r--
Attribut 'is' optionnel
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>