YASnippet/publidoc-mode/publidoc_topic
author Prismallia
mer., 16 nov. 2016 19:14:50 +0100
changeset 440 eef3c4d7bfe7
parent 365 317036597359
permissions -rw-r--r--
2 <emphasis> de suite
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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