changed pullquote to reflect multi-line pullquotes

Signed-off-by: Brandon Mathis <brandon@imathis.com>
This commit is contained in:
Jeffrey Tratner 2012-05-16 23:19:18 -04:00 committed by Brandon Mathis
parent 73b7e2094e
commit 7025a1a90a

View File

@ -32,7 +32,7 @@ module Jekyll
def render(context) def render(context)
output = super output = super
if output.join =~ /\{"\s*(.+)\s*"\}/ if output.join =~ /\{"\s*(.+?)\s*"\}/m
#@quote = $1 #@quote = $1
@quote = RubyPants.new($1).to_html @quote = RubyPants.new($1).to_html
#@quote = CGI.escape($1) #@quote = CGI.escape($1)