YASnippet/publidoc-mode/publidoc_blockquote
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: <blockquote>
# key: <bqu=
# --
<blockquote>
  <p>$1</p>
  <attribution>$2</attribution>
</blockquote>