YASnippet/publidoc-mode/publidoc_topic
author iinov
mer., 05 sept. 2018 17:18:31 +0200
changeset 461 58b2704e601a
parent 365 317036597359
permissions -rw-r--r--
Ajout intrus en tri
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

  <section>
    <p>
      $0
    </p>
  </section>
</topic>