YASnippet/publidoc-mode/publidoc_topic
author Coraline MARKWITZ
jeu., 16 juin 2016 11:14:41 +0200
changeset 420 a70a7d6227a4
parent 365 317036597359
permissions -rw-r--r--
changement glossary entry title en mainterm
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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