YASnippet/publidoc-mode/publidoc_section_title
author Prismallia
mer., 16 nov. 2016 19:14:50 +0100
changeset 440 eef3c4d7bfe7
parent 365 317036597359
permissions -rw-r--r--
2 <emphasis> de suite
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>