YASnippet/publidoc-mode/publidoc_topic
author Patrick PIERRE
dim., 26 nov. 2017 15:37:05 +0100
changeset 448 9bc794bf36b0
parent 365 317036597359
permissions -rw-r--r--
Jeu de cartes mémoire
# -*- mode: snippet; -*-
# name: <topic>
# key: <top=
# --
<!-- ================================================================== -->
<topic>
  <head>
    <title>$1</title>
  </head>

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