diff --git a/plugins/pullquote.rb b/plugins/pullquote.rb index 2b59bad..cdcd806 100644 --- a/plugins/pullquote.rb +++ b/plugins/pullquote.rb @@ -32,7 +32,7 @@ module Jekyll def render(context) output = super - if output.join =~ /\{"\s*(.+)\s*"\}/ + if output.join =~ /\{"\s*(.+?)\s*"\}/m #@quote = $1 @quote = RubyPants.new($1).to_html #@quote = CGI.escape($1)