mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 08:58:58 -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)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user