YASnippet/publidoc-mode/publidoc_topic
author Coraline MARKWITZ
mar., 25 oct. 2016 16:09:21 +0200
changeset 438 f4ab39840020
parent 365 317036597359
permissions -rw-r--r--
ajout wordsearch
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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