YASnippet/publidoc-mode/publidoc_topic
author Patrick PIERRE
sam., 07 mars 2015 09:40:39 +0100
changeset 365 317036597359
parent 282 7890bee65275
permissions -rw-r--r--
Ajout de mode: snippet;
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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