From adfd3f4ab80966e6b024770410ba6eb175e9959d Mon Sep 17 00:00:00 2001 From: "Nicolas G. Querol" Date: Sat, 12 May 2012 02:30:24 +0200 Subject: [PATCH] added pullquote snippet --- snippets/markdown.snippets | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snippets/markdown.snippets b/snippets/markdown.snippets index e0a614f..e4efd3c 100644 --- a/snippets/markdown.snippets +++ b/snippets/markdown.snippets @@ -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 %}