Added class='citation' to blockquotes generated by the blockquote plugin to differentiate their style from the style of an html or markdown blockquote.

This commit is contained in:
B Strand 2011-10-12 13:25:51 -07:00
parent 490b2593ec
commit f6fb11a375
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module Jekyll
else
"#{quote}<footer>#{author}</footer>"
end
"<blockquote>#{blockquote}</blockquote>"
"<blockquote class='citation'>#{blockquote}</blockquote>"
end
def paragraphize(input)