YASnippet/publidoc-mode/publidoc_section_title
author Patrick PIERRE
mar., 17 avril 2018 22:46:02 +0200
changeset 457 9ba20aefba63
parent 365 317036597359
permissions -rw-r--r--
Standardisation
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>