| ... | ... |
@@ -31,7 +31,7 @@ module Jekyll |
| 31 | 31 |
@quote = $1 |
| 32 | 32 |
"<span class='has-pullquote' data-pullquote='#{@quote}'>#{output.join.gsub(/\{"\s*|\s*"\}/, '')}</span>"
|
| 33 | 33 |
else |
| 34 |
- return "Surround your pullquote like this {! text to be quoted !}"
|
|
| 34 |
+ return "Surround your pullquote like this {\" text to be quoted \"}"
|
|
| 35 | 35 |
end |
| 36 | 36 |
end |
| 37 | 37 |
end |