added pullquote snippet
This commit is contained in:
parent
6f79151a2a
commit
adfd3f4ab8
@ -77,3 +77,11 @@ snippet img
|
||||
|
||||
snippet youtube
|
||||
{% 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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user