YASnippet/publidoc-mode/publidoc_section_title
author iinov
ven., 08 févr. 2019 13:20:42 +0100
changeset 477 aec75d22af43
parent 365 317036597359
permissions -rw-r--r--
bug -> buck
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>