added pullquote snippet

This commit is contained in:
Nicolas G. Querol 2012-05-12 02:30:24 +02:00
parent 6f79151a2a
commit adfd3f4ab8

View File

@ -77,3 +77,11 @@ snippet img
snippet youtube snippet youtube
{% youtube ${1:video_id} %} {% youtube ${1:video_id} %}
# The quote should appear only once in the text. It is inherently part of it.
# See http://octopress.org/docs/plugins/pullquote/ for more info.
snippet pullquote
{% pullquote %}
${1:text} {" ${2:quote} "} ${3:text}
{% endpullquote %}