YASnippet/publidoc-mode/publidoc_section_title
author iinov
mar., 16 oct. 2018 22:37:01 +0200
changeset 463 4a7e62074e60
parent 365 317036597359
permissions -rw-r--r--
Dictée
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>