YASnippet/publidoc-mode/publidoc_media_image
author Patrick PIERRE
mer., 25 déc. 2013 17:53:53 +0100
changeset 282 7890bee65275
child 300 c36c87f54f71
permissions -rw-r--r--
Ajout des premiers snippets pour Publidoc
# name: <media><image id="…">
# key: <med=
# --
<media>
  <head>
    <title>$1</title>
  </head>
  <image id="$2"/>
  <caption>
    $0
  </caption>
</media>