YASnippet/publidoc-mode/publidoc_topic
author Coraline MARKWITZ
lun., 10 oct. 2016 12:25:33 +0200
changeset 436 e0506760c16d
parent 365 317036597359
permissions -rw-r--r--
ajout nowrap
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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