mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
changed pullquote to reflect multi-line pullquotes
Signed-off-by: Brandon Mathis <brandon@imathis.com>
This commit is contained in:
parent
73b7e2094e
commit
7025a1a90a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user