YASnippet/publidoc-mode/publidoc_section_title
author Coraline MARKWITZ
mer., 13 juil. 2016 15:25:02 +0200
changeset 427 b3750f8b986d
parent 365 317036597359
permissions -rw-r--r--
altterms facultatif
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>