YASnippet/publidoc-mode/publidoc_section_title
author iinov
mer., 21 nov. 2018 08:29:55 +0100
changeset 473 3047201a20ec
parent 365 317036597359
permissions -rw-r--r--
Type 'voice'
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>