fixed error in pullquote plugin
This commit is contained in:
parent
967eeb46e8
commit
8e489ac2da
@ -31,7 +31,7 @@ module Jekyll
|
||||
@quote = $1
|
||||
"<span class='has-pullquote' data-pullquote='#{@quote}'>#{output.join.gsub(/\{"\s*|\s*"\}/, '')}</span>"
|
||||
else
|
||||
return "Surround your pullquote like this {! text to be quoted !}"
|
||||
return "Surround your pullquote like this {\" text to be quoted \"}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user