YASnippet/publidoc-mode/publidoc_section_title
author Coraline MARKWITZ
mar., 15 mars 2016 15:02:12 +0100
changeset 409 e55d34c4db69
parent 365 317036597359
permissions -rw-r--r--
ajout publianim, pip, blanks-m
# -*- mode: snippet; -*-
# name: <section><head><title>…<p>
# key: <sec=
# --
<section>
  <head>
    <title>$1</title>
  </head>
  <p>
    $0
  </p>
</section>