YASnippet/publidoc-mode/publidoc_section_title
author Patrick PIERRE
sam., 18 avril 2015 19:02:26 +0200
changeset 375 e880564ea01e
parent 365 317036597359
permissions -rw-r--r--
Correction typo
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>