YASnippet/publidoc-mode/publidoc_topic
author Coraline MARKWITZ
jeu., 02 mars 2017 10:44:30 +0100
changeset 442 e3341312dff7
parent 365 317036597359
permissions -rw-r--r--
add data example
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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