diff --git a/plugins/pullquote.rb b/plugins/pullquote.rb index ff576fa..03e307a 100644 --- a/plugins/pullquote.rb +++ b/plugins/pullquote.rb @@ -31,7 +31,7 @@ module Jekyll @quote = $1 "#{output.join.gsub(/\{"\s*|\s*"\}/, '')}" else - return "Surround your pullquote like this {! text to be quoted !}" + return "Surround your pullquote like this {\" text to be quoted \"}" end end end